Click or drag to resize

clsImportBookPageElementText Class

Object to store a Text or HTML Text to a page
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportBookPageElementBase
      MARIInterfaceclsImportBookPageElementText

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportBookPageElementText : clsImportBookPageElementBase

The clsImportBookPageElementText type exposes the following members.

Constructors
  NameDescription
Public methodclsImportBookPageElementText
Initializes a new instance of the clsImportBookPageElementText class
Top
Properties
  NameDescription
Public propertyElementText_TextHTML
Content of the text element as an html string. Use this property for html or ElementText_TextPlain for plain text Content is stored in the table MPBuchSeitenInhalt
Public propertyElementText_TextPlain
Content of the text element as plain text (all <> will be visible to the user) Content is stored in the table MPBuchSeitenInhalt
Top
See Also