Page Class

Pageflex Document Action API

Pageflex Document Action API Page Class
Namespaces > Pageflex.Scripting > Page
The Page class represents a page element in a document.
Syntax
C# Visual Basic Managed C++
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
Gets or sets the name of the Variable which controls the visibility of this Element.
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
trueTruetrue if this element and all ancestor elements are Visible, and falseFalsefalse otherwise.
(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
Gets or sets a String representing the name assigned to this document Element
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.)
Inheritance Hierarchy
Object
PFObject
  Element
    Page

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)