Paragraph Class

Pageflex Document Action API

Pageflex Document Action API Paragraph Class
Namespaces > Pageflex.Scripting > Paragraph
The Paragraph class represents a paragraph document element.
Syntax
C# Visual Basic Managed C++
Public Class Paragraph _
	Inherits Element _
	Implements IAutohide, ICharacter, ICopyFit, IParagraph, IRangeElement
public ref class Paragraph : public Element, IAutohide, ICharacter, ICopyFit, IParagraph, IRangeElement
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
Alignment
Gets or sets a HorizontalAlignment value specifying how to align the paragraph's lines of text.
AutohideCondition
Gets or sets the name of the Variable which controls the visibility of this Element.
BaselineShift
Gets or sets the distance to offset the baseline for a sequence of characters or other tokens.
Bold
Gets or sets whether to use a bold member of the assigned font family to compose text.
CopyFitFontSize
Gets the actual font size after copyfitting.
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.)
FirstChildElement
Gets this element's first child Element in the document tree.
(Inherited from Element.)
FontFamily
Gets or sets the name of the font family used to compose text.
FontSize
Gets or sets the font size used to compose text.
GetHashCode() (Inherited from Object.)
GetType() (Inherited from Object.)
IsVisible
trueTruetrue if this element and all ancestor elements are Visible, and falseFalsefalse otherwise.
(Inherited from Element.)
Italic
Gets or sets whether to use the italic member of the assigned font family to compose text.
Language
Gets or sets the Language used to hyphenate and spell-check text.
MemberwiseClone() (Inherited from Object.)
MoveBefore(Element, Element)
Moves this Element to a different place in the document tree.
(Inherited from 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.)
ParentElement
Gets this element's parent Element in the document tree.
(Inherited from Element.)
Range
Gets a Range representing the text contained by this element.
Style
Gets or sets the name of the ParagraphStyle used by this paragraph.
TextColor
Gets or sets the name of the Color used for drawing text.
TextTint
Gets or sets the saturation level of the text color.
ToString() (Inherited from Object.)
Underline
Gets or sets whether text should be underlined.
Visible
Gets or sets whether this element should be visible or hidden.
(Inherited from Element.)
Inheritance Hierarchy
Object
PFObject
  Element
    Paragraph

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)