Modifier and Type | Class and Description |
---|---|
class |
DocumentProperties
Provides properties of the document.
|
class |
GroupProperties
Provides properties of the logical group of the document's elements.
|
class |
HyperlinkProperties
Provides properties of the document's hyperlink element.
|
class |
LineBreakProperties
Provides properties of the document's empty line.
|
class |
ListItemProperties
Provides properties of the document's list item element.
|
class |
ListProperties
Provides properties of the document's list element.
|
class |
PageProperties
Provides properties of the document's page.
|
class |
ParagraphProperties
Provides properties of the document's paragraph element.
|
class |
SectionProperties
Provides properties of the document's section element.
|
class |
SlideProperties
Provides properties of the document's slide.
|
class |
TableCellProperties
Provides the properties of a document's table cell element.
|
class |
TableProperties
Provides the properties of a document's table element.
|
class |
TableRowProperties
Provides the properties of a document's table row element.
|
class |
TextProperties
Provides properties of the value of the document's element.
|
Modifier and Type | Method and Description |
---|---|
StructuredElementProperties |
StructuredHandler.get_Item(int index)
Gets a element.
|
StructuredElementProperties |
ModelNode.getProperties()
Gets an element's properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelStructuredHandler.onStartElement(StructuredElementProperties properties)
Starts to process the element.
|
protected void |
StructuredHandler.onStartElement(StructuredElementProperties properties)
Starts to process the element.
|
protected void |
XmlStructuredHandler.onStartElement(StructuredElementProperties properties)
Starts to process the element.
|
protected void |
StructuredHandler.onStartingElement(StructuredElementProperties properties)
Prepares to process the element.
|
void |
StructuredHandler.startElement(StructuredElementProperties properties)
Processes the element.
|
Constructor and Description |
---|
ModelNode(StructuredElementProperties properties)
Initializes a new instance of the
ModelNode class. |
Copyright © 2019. All rights reserved.