TextContainerBezier Class

Pageflex Document Action API

Pageflex Document Action API TextContainerBezier Class
Namespaces > Pageflex.Scripting > TextContainerBezier
The TextContainerBezier class represents a text container document element whose outline is a polygon or Bezier.
Syntax
C# Visual Basic Managed C++
public class TextContainerBezier : Shape, IAutohide, IBezier, IBorderStyle, IFillStyle, IMargins, INamed, ITextContainer
Public Class TextContainerBezier _
	Inherits Shape _
	Implements IAutohide, IBezier, IBorderStyle, IFillStyle, IMargins, INamed, ITextContainer
public ref class TextContainerBezier : public Shape, IAutohide, IBezier, IBorderStyle, IFillStyle, IMargins, INamed, ITextContainer
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
Angle
Gets or sets the angle of the shape relative to its containing object.
(Inherited from Shape.)
AutohideCondition
Gets or sets the name of the Variable which controls the visibility of this Element.
AvailableSpace
Gets the amount of vertical space in the container not occupied by lines of text.
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.
BottomMargin
Gets or sets the bottom margin.
BoundsInContainer
Gets the shape's bounding box relative to its Container.
(Inherited from Shape.)
BoundsInPage
Gets the shape's bounding box relative to its containing page.
(Inherited from Shape.)
ConstrainSelectionAndEditing
Gets or sets whether selection and editing of the shape should be prevented during an online editing session.
(Inherited from Shape.)
ConstrainSizeAndPosition
Gets or sets whether changes to the shape's size and position should be prevented during an online editing session.
(Inherited from Shape.)
Container
Gets the IShapeContainer shape or page which geometrically contains this shape.
(Inherited from Shape.)
Contents
Gets a Range representing the text in this container.
CopyFitRule
Gets or sets the name of the CopyFitRule to use for this text container.
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.)
FillColor
Gets or sets the name of the Color used to fill the interior of this shape.
FillTint
Gets or sets the saturation level of the fill color.
Finalize() (Inherited from Object.)
FirstChildElement
Gets this element's first child Element in the document tree.
(Inherited from Element.)
GetHashCode() (Inherited from Object.)
GetType() (Inherited from Object.)
GutterWidth
Gets/Sets the amount of space between columns in a text frame.
HasOverflow
Tests whether any visible content did not fit in this text container.
Height
Gets or sets the height of the shape.
(Inherited from Shape.)
IsVisible
trueTruetrue if this element and all ancestor elements are Visible, and falseFalsefalse otherwise.
(Inherited from Element.)
LeftMargin
Gets or sets the left margin.
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.)
NextInChain
Gets or sets the text container following this one in the chain sequence.
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.)
NextShapeToDraw
Gets or sets the next Shape in the Container's draw order.
(Inherited from Shape.)
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.)
PreviousInChain
Gets or sets the text container preceding this one in the chain sequence.
RightMargin
Gets or sets the right margin.
SendToBack()
Makes this shape first in its Container's draw order.
(Inherited from Shape.)
SendToFront()
Makes this shape last in its Container's draw order.
(Inherited from Shape.)
SuppressPrinting
Gets or sets whether the shape should be included or suppressed when generating output.
(Inherited from Shape.)
TopMargin
Gets or sets the top margin.
ToString() (Inherited from Object.)
UiClass
Gets or sets the shape's user interface class, supporting custom user interfaces in online editing sessions.
(Inherited from Shape.)
Visible
Gets or sets whether this element should be visible or hidden.
(Inherited from Element.)
Width
Gets or sets the width of the shape.
(Inherited from Shape.)
X
Gets or sets the horizontical (x) position of the shape relative to its containing shape or page.
(Inherited from Shape.)
Y
Gets or sets the vertical (y) position of the shape relative to its containing shape or page.
(Inherited from Shape.)
Inheritance Hierarchy
Object
PFObject
  Element
    Shape
      TextContainerBezier

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)