The Page class represents a page element in a document.
Syntax
C# | Visual Basic | Managed C++ |
public class Page : Element, IAutohide, IBorderStyle, INamed, IPagePoint, ISearchable, IShapeContainer
Public Class Page _ Inherits Element _ Implements IAutohide, IBorderStyle, INamed, IPagePoint, ISearchable, IShapeContainer
public ref class Page : public Element, IAutohide, IBorderStyle, INamed, IPagePoint, ISearchable, IShapeContainer
Members
All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
PageNew(String) |
Creates a new Page document element using the specified master page.
|
|
AutochainTextContainer |
Gets the page's autochain text container if it exists.
|
|
AutohideCondition | ||
BorderColor |
Gets or sets the name of the Color used to draw this element's border.
|
|
BorderDashGap |
Gets or sets the gap between dots or dashes used to draw this element's border.
|
|
BorderDashSize |
Gets or sets the length of dashes used to draw this element's border.
|
|
BorderStyle |
Gets or sets the line style of this element's border.
|
|
BorderThickness |
Gets or sets the thickness of this element's border.
|
|
BorderTint |
Gets or sets the saturation level of the border color.
|
|
ColorsUsed |
Gets the names of all Colors used by this element and its descendants.
|
|
ConvertToStaticPage() |
Converts a dynamic page to a static page, and also converts any immediately previous dynamic pages to static pages.
|
|
Delete() | Deletes this element and also deletes any descendant elements. (Inherited from Element.) |
|
Duplicate() | Creates a copy of the element and inserts it as the element's next sibling. (Inherited from Element.) |
|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
FindElement(String) |
Finds the Element with the specified name which descends from this element.
|
|
FirstChildElement | Gets this element's first child Element in the document tree. (Inherited from Element.) |
|
FirstChildToDraw |
Gets the first Shape in this container's draw order.
|
|
FontsUsed |
Gets the names of all font families used by this element and its descendants.
|
|
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
GuidesHorizontal |
Gets or sets the horizontal guide positions defined for this page.
|
|
GuidesVertical |
Gets or sets the vertical guide positions defined for this page.
|
|
Images |
Gets all Image elements which are descendants of this element.
|
|
IsDynamic |
trueTruetrue if this is a dynamic page, and falseFalsefalse otherwise.
|
|
IsIngested |
trueTruetrue if this page point was created by evaluating a document Variable; falseFalsefalse otherwise.
|
|
IsVisible | (Inherited from Element.) | |
JobMedia |
Gets or sets the name of the job media assigned to this page.
|
|
MasterPage |
Gets the name of the master page associated with this page.
|
|
MemberwiseClone() | (Inherited from Object.) | |
MoveBefore(Element, Element) | Moves this Element to a different place in the document tree. (Inherited from Element.) |
|
Name | ||
NextElementInTree | Gets the next Element in a depth-first traversal of the document tree. (Inherited from Element.) |
|
NextNonDescendantElementInTree | Gets the next Element (in a depth-first traversal of the document tree) which is not a descendant of this element. (Inherited from Element.) |
|
NextSiblingElement | Gets this element's next sibling Element in the document tree. (Inherited from Element.) |
|
PageIndex |
Gets the page index of this page.
|
|
ParagraphStylesUsed |
Gets the names of all ParagraphStyles used by this element and its descendants.
|
|
ParentElement | Gets this element's parent Element in the document tree. (Inherited from Element.) |
|
RemoveVariables(Boolean) |
Removes any Variable assigned to the element, and also removes any variables assigned to descendant elements.
|
|
ToString() | (Inherited from Object.) | |
VariablesUsed |
Gets the names of all Variables used by this element and its descendants.
|
|
Visible | Gets or sets whether this element should be visible or hidden. (Inherited from Element.) |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)