public class TextInformation extends Object
Information bundle of text elements
| Constructor and Description |
|---|
TextInformation() |
| Modifier and Type | Method and Description |
|---|---|
TextColour |
getColorCommand()
Gets or sets the color command.
|
CharacterHeight |
getHeightCommand()
Gets or sets the height command.
|
TextCommand |
getTextCommand()
Gets or sets the text command.
|
void |
setColorCommand(TextColour value)
Gets or sets the color command.
|
void |
setHeightCommand(CharacterHeight value)
Gets or sets the height command.
|
void |
setTextCommand(TextCommand value)
Gets or sets the text command.
|
public final TextCommand getTextCommand()
Gets or sets the text command.
Value: The text command.public final void setTextCommand(TextCommand value)
Gets or sets the text command.
Value: The text command.public final TextColour getColorCommand()
Gets or sets the color command.
Value: The color command.public final void setColorCommand(TextColour value)
Gets or sets the color command.
Value: The color command.public final CharacterHeight getHeightCommand()
Gets or sets the height command.
Value: The height command.public final void setHeightCommand(CharacterHeight value)
Gets or sets the height command.
Value: The height command.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.