Package | Description |
---|---|
com.groupdocs.parser.legacy |
The package provides classes for legacy API.
|
Modifier and Type | Field and Description |
---|---|
static TextProperties |
TextProperties.EMPTY
The empty text properties.
|
Modifier and Type | Method and Description |
---|---|
TextProperties |
TextAreaItem.getTextProperties()
Gets a text properties of the text area item.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TextProperties.equals(TextProperties other)
Indicates whether the current object is equal to another object of the same type.
|
protected void |
ModelStructuredHandler.onText(TextProperties properties,
String value)
Starts to process the element's text.
|
protected void |
StructuredHandler.onText(TextProperties properties,
String value)
Starts to process the element's text.
|
protected void |
XmlStructuredHandler.onText(TextProperties properties,
String value)
Starts to process the element's text.
|
void |
StructuredHandler.text(TextProperties properties,
String value)
Processes the element's text.
|
Constructor and Description |
---|
ModelNode(TextProperties properties,
String text)
Initializes a new instance of the
ModelNode class. |
TextAreaItem(Rectangle rectangle,
String text,
TextProperties textProperties)
Initializes a new instance of the
TextAreaItem class. |
TextAreaItem(Rectangle rectangle,
String text,
TextProperties textProperties,
double baseLine)
Initializes a new instance of the
TextAreaItem class. |
Copyright © 2019. All rights reserved.