public class TitleNode extends HierarchyNode<ExtendedGuid>
The title node.
Constructor and Description |
---|
TitleNode(ExtendedGuid nodeId)
Initializes a new instance of the
TitleNode class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<OutlineNode> |
getElementChildNodes()
Gets the element child nodes.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the title was last changed.
|
LayoutAlignment |
getLayoutAlignmentInParent()
Gets the alignment of the title.
|
LayoutAlignment |
getLayoutAlignmentSelf()
Gets the alignment of the title and all of the nodes within childNode.
|
int |
getLayoutCollisionPriority()
Gets the layout collision priority of the title.
|
float |
getOffsetFromParentHoriz()
Gets the horizontal offset of the title from the page origin.
|
float |
getOffsetFromParentVert()
Gets the vertical offset of the title from the page origin.
|
boolean |
isConflictObjectForRender()
Gets whether the title is displayed as a conflict object.
|
boolean |
isConflictObjectForSelection()
Gets whether the title is a conflict object that can be selected.
|
void |
setConflictObjectForRender(boolean value)
Gets whether the title is displayed as a conflict object.
|
void |
setConflictObjectForSelection(boolean value)
Gets whether the title is a conflict object that can be selected.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the title was last changed.
|
void |
setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the title.
|
void |
setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the title and all of the nodes within childNode.
|
void |
setLayoutCollisionPriority(int value)
Gets the layout collision priority of the title.
|
void |
setOffsetFromParentHoriz(float value)
Gets the horizontal offset of the title from the page origin.
|
void |
setOffsetFromParentVert(float value)
Gets the vertical offset of the title from the page origin.
|
getNodeId, getType
public TitleNode(ExtendedGuid nodeId)
Initializes a new instance of the TitleNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets when the title was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the title was last changed.
public com.aspose.ms.System.Collections.Generic.IGenericList<OutlineNode> getElementChildNodes()
Gets the element child nodes.
public float getOffsetFromParentHoriz()
Gets the horizontal offset of the title from the page origin.
public void setOffsetFromParentHoriz(float value)
Gets the horizontal offset of the title from the page origin.
public float getOffsetFromParentVert()
Gets the vertical offset of the title from the page origin.
public void setOffsetFromParentVert(float value)
Gets the vertical offset of the title from the page origin.
public int getLayoutCollisionPriority()
Gets the layout collision priority of the title. Specifies whether an object and its child objects MUST NOT move or overlap other content on the page when the object is modified. It SHOULD be set and MUST be 0x00000000 (zero).
public void setLayoutCollisionPriority(int value)
Gets the layout collision priority of the title. Specifies whether an object and its child objects MUST NOT move or overlap other content on the page when the object is modified. It SHOULD be set and MUST be 0x00000000 (zero).
public LayoutAlignment getLayoutAlignmentInParent()
Gets the alignment of the title.
public void setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the title.
public LayoutAlignment getLayoutAlignmentSelf()
Gets the alignment of the title and all of the nodes within childNode.
public void setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the title and all of the nodes within childNode.
public boolean isConflictObjectForRender()
Gets whether the title is displayed as a conflict object.
public void setConflictObjectForRender(boolean value)
Gets whether the title is displayed as a conflict object.
public boolean isConflictObjectForSelection()
Gets whether the title is a conflict object that can be selected.
public void setConflictObjectForSelection(boolean value)
Gets whether the title is a conflict object that can be selected.
Copyright (c) 2016 Aspose. All Rights Reserved.