public class RichTextOENode extends HierarchyNode<ExtendedGuid>
The rich text oe node.
Constructor and Description |
---|
RichTextOENode(ExtendedGuid nodeId)
Initializes a new instance of the
RichTextOENode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
boolean |
getDeletable()
Gets whether the outline element can be deleted.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the outline element was last changed.
|
LayoutAlignment |
getLayoutAlignmentInParent()
Gets the alignment of the outline element.
|
LayoutAlignment |
getLayoutAlignmentSelf()
Gets the alignment of the outline element.
|
boolean |
getLayoutTightLayout()
Gets whether the outline element is intended to increase in size when a user interacts with childNode.
|
com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> |
getNoteTagStates()
Gets the state properties of each note tag.
|
byte |
getParagraphAlignment()
Gets the alignment of the text in the outline element.
|
float |
getParagraphLineSpacingExact()
Gets the line spacing to use between lines of text in the outline element.
|
float |
getParagraphSpaceAfter()
Gets the minimum amount of space to immediately follow the text in the outline element.
|
float |
getParagraphSpaceBefore()
Gets the minimum amount of space to immediately precede the text in the outline element.
|
ParagraphStyleObject |
getParagraphStyle()
Gets or sets the paragraph style.
|
boolean |
getReadingOrderRTL()
Gets whether the reading order of the outline element is right-to-left.
|
int |
getRichEditTextLangId()
Gets the language code identifier (LCID), of the outline element.
|
String |
getRichEditTextUnicode()
Gets the text in the outline element.
|
String |
getTextExtendedAscii()
Gets the text in the outline element.
|
Object |
getTextRunData()
Gets the property sets.
|
Object |
getTextRunDataObject()
Gets or sets the text run data object.
|
com.aspose.ms.System.Collections.Generic.List<ParagraphStyleObjectForText> |
getTextRunFormatting()
Gets the text run formatting.
|
int[] |
getTextRunIndex()
Gets the character positions.
|
int |
hashCode()
The get hash code.
|
boolean |
isBoilerText()
Gets whether the outline element contains boilerplate text.
|
boolean |
isConflictObjectForRender()
Gets whether the outline element is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the outline element is a conflict object.
|
boolean |
isReadOnly()
Gets whether the outline element is read-only
|
boolean |
isTitleDate()
Gets whether the outline element contains the date in the page title.
|
boolean |
isTitleText()
It pecifies whether the outline element contains the text of the page title.
|
boolean |
isTitleTime()
Gets whether the outline element contains the time in the page title.
|
static boolean |
op_Equality(RichTextOENode left,
RichTextOENode right)
The ==.
|
static boolean |
op_Inequality(RichTextOENode left,
RichTextOENode right)
The !=.
|
void |
setBoilerText(boolean value)
Gets whether the outline element contains boilerplate text.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the outline element is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the outline element is a conflict object.
|
void |
setDeletable(boolean value)
Gets whether the outline element can be deleted.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the outline element was last changed.
|
void |
setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the outline element.
|
void |
setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the outline element.
|
void |
setLayoutTightLayout(boolean value)
Gets whether the outline element is intended to increase in size when a user interacts with childNode.
|
void |
setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the state properties of each note tag.
|
void |
setParagraphAlignment(byte value)
Gets the alignment of the text in the outline element.
|
void |
setParagraphLineSpacingExact(float value)
Gets the line spacing to use between lines of text in the outline element.
|
void |
setParagraphSpaceAfter(float value)
Gets the minimum amount of space to immediately follow the text in the outline element.
|
void |
setParagraphSpaceBefore(float value)
Gets the minimum amount of space to immediately precede the text in the outline element.
|
void |
setParagraphStyle(ParagraphStyleObject value)
Gets or sets the paragraph style.
|
void |
setReadingOrderRTL(boolean value)
Gets whether the reading order of the outline element is right-to-left.
|
void |
setReadOnly(boolean value)
Gets whether the outline element is read-only
|
void |
setRichEditTextLangId(int value)
Gets the language code identifier (LCID), of the outline element.
|
void |
setRichEditTextUnicode(String value)
Gets the text in the outline element.
|
void |
setTextExtendedAscii(String value)
Gets the text in the outline element.
|
void |
setTextRunData(Object value)
Gets the property sets.
|
void |
setTextRunDataObject(Object value)
Gets or sets the text run data object.
|
void |
setTextRunIndex(int[] value)
Gets the character positions.
|
void |
setTitleDate(boolean value)
Gets whether the outline element contains the date in the page title.
|
void |
setTitleText(boolean value)
It pecifies whether the outline element contains the text of the page title.
|
void |
setTitleTime(boolean value)
Gets whether the outline element contains the time in the page title.
|
getNodeId, getType
public RichTextOENode(ExtendedGuid nodeId)
Initializes a new instance of the RichTextOENode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets when the outline element was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the outline element was last changed.
public boolean getLayoutTightLayout()
Gets whether the outline element is intended to increase in size when a user interacts with childNode.
public void setLayoutTightLayout(boolean value)
Gets whether the outline element is intended to increase in size when a user interacts with childNode.
public com.aspose.ms.System.Collections.Generic.List<ParagraphStyleObjectForText> getTextRunFormatting()
Gets the text run formatting.
public int[] getTextRunIndex()
Gets the character positions.
public void setTextRunIndex(int[] value)
Gets the character positions.
public ParagraphStyleObject getParagraphStyle()
Gets or sets the paragraph style.
public void setParagraphStyle(ParagraphStyleObject value)
Gets or sets the paragraph style.
public float getParagraphSpaceBefore()
Gets the minimum amount of space to immediately precede the text in the outline element.
public void setParagraphSpaceBefore(float value)
Gets the minimum amount of space to immediately precede the text in the outline element.
public float getParagraphSpaceAfter()
Gets the minimum amount of space to immediately follow the text in the outline element.
public void setParagraphSpaceAfter(float value)
Gets the minimum amount of space to immediately follow the text in the outline element.
public float getParagraphLineSpacingExact()
Gets the line spacing to use between lines of text in the outline element.
public void setParagraphLineSpacingExact(float value)
Gets the line spacing to use between lines of text in the outline element.
public byte getParagraphAlignment()
Gets the alignment of the text in the outline element. 0 -> Left; 1 -> Center; 2 -> Right
public void setParagraphAlignment(byte value)
Gets the alignment of the text in the outline element. 0 -> Left; 1 -> Center; 2 -> Right
public boolean isConflictObjectForRender()
Gets whether the outline element is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the outline element is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the outline element is a conflict object.
public void setConflictObjectForSelection(boolean value)
Gets whether the outline element is a conflict object.
public String getRichEditTextUnicode()
Gets the text in the outline element.
public void setRichEditTextUnicode(String value)
Gets the text in the outline element.
public String getTextExtendedAscii()
Gets the text in the outline element.
public void setTextExtendedAscii(String value)
Gets the text in the outline element.
public boolean isTitleTime()
Gets whether the outline element contains the time in the page title.
public void setTitleTime(boolean value)
Gets whether the outline element contains the time in the page title.
public boolean isBoilerText()
Gets whether the outline element contains boilerplate text.
public void setBoilerText(boolean value)
Gets whether the outline element contains boilerplate text.
public boolean isTitleDate()
Gets whether the outline element contains the date in the page title.
public void setTitleDate(boolean value)
Gets whether the outline element contains the date in the page title.
public boolean isTitleText()
It pecifies whether the outline element contains the text of the page title.
public void setTitleText(boolean value)
It pecifies whether the outline element contains the text of the page title.
public boolean getDeletable()
Gets whether the outline element can be deleted.
public void setDeletable(boolean value)
Gets whether the outline element can be deleted.
public LayoutAlignment getLayoutAlignmentInParent()
Gets the alignment of the outline element.
public void setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the outline element.
public LayoutAlignment getLayoutAlignmentSelf()
Gets the alignment of the outline element.
public void setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the outline element.
public boolean isReadOnly()
Gets whether the outline element is read-only
public void setReadOnly(boolean value)
Gets whether the outline element is read-only
public Object getTextRunData()
Gets the property sets.
public void setTextRunData(Object value)
Gets the property sets.
public Object getTextRunDataObject()
Gets or sets the text run data object.
public void setTextRunDataObject(Object value)
Gets or sets the text run data object.
public int getRichEditTextLangId()
Gets the language code identifier (LCID), of the outline element.
public void setRichEditTextLangId(int value)
Gets the language code identifier (LCID), of the outline element.
public boolean getReadingOrderRTL()
Gets whether the reading order of the outline element is right-to-left.
public void setReadingOrderRTL(boolean value)
Gets whether the reading order of the outline element is right-to-left.
public com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> getNoteTagStates()
Gets the state properties of each note tag.
public void setNoteTagStates(com.aspose.ms.System.Collections.Generic.IGenericList<NoteTagState> value)
Gets the state properties of each note tag.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(RichTextOENode left, RichTextOENode right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(RichTextOENode left, RichTextOENode right)
The !=.
left
- The left.right
- The right.Copyright (c) 2017 Aspose. All Rights Reserved.