public class NumberedListNode extends HierarchyNode<ExtendedGuid>
Represents the properties of a numbered list item or a bulleted list item.
Constructor and Description |
---|
NumberedListNode(ExtendedGuid nodeId)
Initializes a new instance of the
NumberedListNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
boolean |
getBold()
Gets or sets whether the text of the paragraph is bold.
|
String |
getFont()
Gets or sets the font name of the text.
|
com.aspose.ms.System.Drawing.Color |
getFontColor()
Gets or sets the color of the text.
|
int |
getFontSize()
Gets or sets the size of the text.
|
boolean |
getItalic()
Gets or sets whether the text of the paragraph is italicized.
|
int |
getLanguageId()
Gets or sets language code identifier.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets or sets when the list item was last changed.
|
String |
getListFont()
Gets or sets the name of the font for the symbol.
|
int |
getListMSAAIndex()
Gets or sets the index of the accessibility string for the list item.
|
int |
getListRestart()
Gets or sets a numeric value that overrides the automatic number value of the list item.
|
char[] |
getNumberListFormat()
Gets or sets the format of the number or bullet for the list item.
|
int |
hashCode()
The get hash code.
|
boolean |
isConflictObjectForRender()
Gets or sets whether the list item is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets or sets whether the list item is a conflict object.
|
static boolean |
op_Equality(NumberedListNode left,
NumberedListNode right)
The ==.
|
static boolean |
op_Inequality(NumberedListNode left,
NumberedListNode right)
The !=.
|
void |
setBold(boolean value)
Gets or sets whether the text of the paragraph is bold.
|
void |
setConflictObjectForRender(boolean value)
Gets or sets whether the list item is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets or sets whether the list item is a conflict object.
|
void |
setFont(String value)
Gets or sets the font name of the text.
|
void |
setFontColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets the color of the text.
|
void |
setFontSize(int value)
Gets or sets the size of the text.
|
void |
setItalic(boolean value)
Gets or sets whether the text of the paragraph is italicized.
|
void |
setLanguageId(int value)
Gets or sets language code identifier.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets or sets when the list item was last changed.
|
void |
setListFont(String value)
Gets or sets the name of the font for the symbol.
|
void |
setListMSAAIndex(int value)
Gets or sets the index of the accessibility string for the list item.
|
void |
setListRestart(int value)
Gets or sets a numeric value that overrides the automatic number value of the list item.
|
void |
setNumberListFormat(char[] value)
Gets or sets the format of the number or bullet for the list item.
|
getNodeId, getType
public NumberedListNode(ExtendedGuid nodeId)
Initializes a new instance of the NumberedListNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets or sets when the list item was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets or sets when the list item was last changed.
public String getListFont()
Gets or sets the name of the font for the symbol.
public void setListFont(String value)
Gets or sets the name of the font for the symbol.
public int getListRestart()
Gets or sets a numeric value that overrides the automatic number value of the list item.
public void setListRestart(int value)
Gets or sets a numeric value that overrides the automatic number value of the list item.
public int getListMSAAIndex()
Gets or sets the index of the accessibility string for the list item.
public void setListMSAAIndex(int value)
Gets or sets the index of the accessibility string for the list item.
public char[] getNumberListFormat()
Gets or sets the format of the number or bullet for the list item.
public void setNumberListFormat(char[] value)
Gets or sets the format of the number or bullet for the list item.
public boolean isConflictObjectForRender()
Gets or sets whether the list item is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets or sets whether the list item is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets or sets whether the list item is a conflict object.
public void setConflictObjectForSelection(boolean value)
Gets or sets whether the list item is a conflict object.
public boolean getBold()
Gets or sets whether the text of the paragraph is bold.
public void setBold(boolean value)
Gets or sets whether the text of the paragraph is bold.
public boolean getItalic()
Gets or sets whether the text of the paragraph is italicized.
public void setItalic(boolean value)
Gets or sets whether the text of the paragraph is italicized.
public int getLanguageId()
Gets or sets language code identifier.
public void setLanguageId(int value)
Gets or sets language code identifier.
public String getFont()
Gets or sets the font name of the text.
public void setFont(String value)
Gets or sets the font name of the text.
public int getFontSize()
Gets or sets the size of the text.
public void setFontSize(int value)
Gets or sets the size of the text.
public com.aspose.ms.System.Drawing.Color getFontColor()
Gets or sets the color of the text.
public void setFontColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets the color of the text.
public boolean equals(Object obj)
The equals.
public int hashCode()
The get hash code.
public static boolean op_Equality(NumberedListNode left, NumberedListNode right)
The ==.
left
- The left.right
- The right.public static boolean op_Inequality(NumberedListNode left, NumberedListNode right)
The !=.
left
- The left.right
- The right.Copyright (c) 2016 Aspose. All Rights Reserved.