public class PageNode extends HierarchyNode<ExtendedGuid>
The page node.
Constructor and Description |
---|
PageNode(ExtendedGuid nodeId)
Initializes a new instance of the
PageNode class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Guid> |
getAudioRecordingGuids()
Gets every audio and video recording on this page.
|
String |
getAuthor()
Gets the author of the page.
|
String |
getCachedTitleStringFromPage()
Gets, as a string, the alternative title of the page.
|
boolean |
getDeletable()
Gets whether the page can be deleted.
|
boolean |
getEditRootRTL()
Gets whether the page uses a right-to-left layout.
|
ElementChildNodesOfPage |
getElementChildNodes()
Gets the element child nodes.
|
com.aspose.ms.System.DateTime |
getLastModifiedTime()
Gets when the page was last changed.
|
boolean |
getLayoutResolveChildCollisions()
Gets whether the layout resolves collisions between outlines on the page.
|
float |
getPageHeight()
It that specifies the height of the page in halfinch increments.
|
float |
getPageMarginBottom()
Gets the width of the bottom margin of the page in half-inch increments.
|
float |
getPageMarginLeft()
Gets the width of the left margin of the page in half-inch increments.
|
float |
getPageMarginOriginX()
Gets the horizontal origin of the page margins.
|
float |
getPageMarginOriginY()
Gets the vertical origin of the page margins.
|
float |
getPageMarginRight()
Gets the width of the right margin of the page in half-inch increments.
|
float |
getPageMarginTop()
Gets the width of the top margin of the page in half-inch increments.
|
int |
getPageSize()
Gets the size of the page.
|
float |
getPageWidth()
Gets the width of the page in half-inch increments.
|
boolean |
getPortraitPage()
Gets the orientation of the page.
|
TitleNode |
getStructureElementChildNodes()
Gets or sets the structure element child nodes.
|
boolean |
isConflictPage()
Gets whether the page is a conflict page.
|
boolean |
isReadOnly()
Gets whether the page is readonly.
|
void |
setAudioRecordingGuids(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Guid> value)
Gets every audio and video recording on this page.
|
void |
setAuthor(String value)
Gets the author of the page.
|
void |
setCachedTitleStringFromPage(String value)
Gets, as a string, the alternative title of the page.
|
void |
setConflictPage(boolean value)
Gets whether the page is a conflict page.
|
void |
setDeletable(boolean value)
Gets whether the page can be deleted.
|
void |
setEditRootRTL(boolean value)
Gets whether the page uses a right-to-left layout.
|
void |
setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the page was last changed.
|
void |
setLayoutResolveChildCollisions(boolean value)
Gets whether the layout resolves collisions between outlines on the page.
|
void |
setPageHeight(float value)
It that specifies the height of the page in halfinch increments.
|
void |
setPageMarginBottom(float value)
Gets the width of the bottom margin of the page in half-inch increments.
|
void |
setPageMarginLeft(float value)
Gets the width of the left margin of the page in half-inch increments.
|
void |
setPageMarginOriginX(float value)
Gets the horizontal origin of the page margins.
|
void |
setPageMarginOriginY(float value)
Gets the vertical origin of the page margins.
|
void |
setPageMarginRight(float value)
Gets the width of the right margin of the page in half-inch increments.
|
void |
setPageMarginTop(float value)
Gets the width of the top margin of the page in half-inch increments.
|
void |
setPageSize(int value)
Gets the size of the page.
|
void |
setPageWidth(float value)
Gets the width of the page in half-inch increments.
|
void |
setPortraitPage(boolean value)
Gets the orientation of the page.
|
void |
setReadOnly(boolean value)
Gets whether the page is readonly.
|
void |
setStructureElementChildNodes(TitleNode value)
Gets or sets the structure element child nodes.
|
getNodeId, getType
public PageNode(ExtendedGuid nodeId)
Initializes a new instance of the PageNode
class.
nodeId
- The node id.public com.aspose.ms.System.DateTime getLastModifiedTime()
Gets when the page was last changed.
public void setLastModifiedTime(com.aspose.ms.System.DateTime value)
Gets when the page was last changed.
public ElementChildNodesOfPage getElementChildNodes()
Gets the element child nodes.
public TitleNode getStructureElementChildNodes()
Gets or sets the structure element child nodes.
public void setStructureElementChildNodes(TitleNode value)
Gets or sets the structure element child nodes.
public boolean getPortraitPage()
Gets the orientation of the page.
public void setPortraitPage(boolean value)
Gets the orientation of the page.
public float getPageWidth()
Gets the width of the page in half-inch increments.
public void setPageWidth(float value)
Gets the width of the page in half-inch increments.
public float getPageHeight()
It that specifies the height of the page in halfinch increments.
public void setPageHeight(float value)
It that specifies the height of the page in halfinch increments.
public float getPageMarginOriginX()
Gets the horizontal origin of the page margins.
public void setPageMarginOriginX(float value)
Gets the horizontal origin of the page margins.
public float getPageMarginOriginY()
Gets the vertical origin of the page margins.
public void setPageMarginOriginY(float value)
Gets the vertical origin of the page margins.
public float getPageMarginLeft()
Gets the width of the left margin of the page in half-inch increments.
public void setPageMarginLeft(float value)
Gets the width of the left margin of the page in half-inch increments.
public float getPageMarginRight()
Gets the width of the right margin of the page in half-inch increments.
public void setPageMarginRight(float value)
Gets the width of the right margin of the page in half-inch increments.
public float getPageMarginTop()
Gets the width of the top margin of the page in half-inch increments.
public void setPageMarginTop(float value)
Gets the width of the top margin of the page in half-inch increments.
public float getPageMarginBottom()
Gets the width of the bottom margin of the page in half-inch increments.
public void setPageMarginBottom(float value)
Gets the width of the bottom margin of the page in half-inch increments.
public String getCachedTitleStringFromPage()
Gets, as a string, the alternative title of the page.
public void setCachedTitleStringFromPage(String value)
Gets, as a string, the alternative title of the page.
public String getAuthor()
Gets the author of the page.
public void setAuthor(String value)
Gets the author of the page.
public boolean getLayoutResolveChildCollisions()
Gets whether the layout resolves collisions between outlines on the page.
public void setLayoutResolveChildCollisions(boolean value)
Gets whether the layout resolves collisions between outlines on the page.
public int getPageSize()
Gets the size of the page.
public void setPageSize(int value)
Gets the size of the page.
public boolean isConflictPage()
Gets whether the page is a conflict page.
public void setConflictPage(boolean value)
Gets whether the page is a conflict page.
public boolean getEditRootRTL()
Gets whether the page uses a right-to-left layout.
public void setEditRootRTL(boolean value)
Gets whether the page uses a right-to-left layout.
public boolean isReadOnly()
Gets whether the page is readonly.
public void setReadOnly(boolean value)
Gets whether the page is readonly.
public boolean getDeletable()
Gets whether the page can be deleted.
public void setDeletable(boolean value)
Gets whether the page can be deleted.
public com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Guid> getAudioRecordingGuids()
Gets every audio and video recording on this page.
public void setAudioRecordingGuids(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Guid> value)
Gets every audio and video recording on this page.
Copyright (c) 2016 Aspose. All Rights Reserved.