Defines classes, interfaces, and enumerations for the Pageflex Document Action API
Syntax
C# | Visual Basic | Managed C++ |
namespace Pageflex.Scripting
Namespace Pageflex.Scripting
namespace Pageflex.Scripting
Types
All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
AnchorPoint |
Enumeration of shape anchor points.
|
|
Application |
The Application class represents the application which has invoked a Pageflex script.
|
|
ApplicationContext |
Enumeration of application contexts in which a script may be invoked.
|
|
AreaTemplate |
The AreaTemplate class represents a rectangular area template document element.
|
|
AreaTemplateBezier |
The AreaTemplateBezier class represents an area template document element whose outline is a polygon or Bezier.
|
|
AreaTemplateOval |
The AreaTemplateOval class represents an area template document element whose outline is an oval.
|
|
Bezier |
The Bezier class represents a graphical document element with no content, whose outline is made up of straight or curved segments.
|
|
BorderStyle |
Enumeration of border styles.
|
|
Color |
The Color class represents a named color defined for a document.
|
|
CopyFitRule |
The CopyFitRule class represents a named CopyFit rule defined for a document.
|
|
Document |
The Document class represents a Pageflex document, and also the root of that document's tree of elements.
|
|
Element |
The Element class represents an object (such as an image, paragraph, or page) in the tree of objects making up a document.
|
|
FillerPagePoint |
The FillerPagePoint class represents a point in a document's sequence of pages where filler pages may be inserted.
|
|
FlexBehavior |
Enumeration of shape "flex" behaviors.
|
|
Group |
The Group class represents a "group" document element.
|
|
HorizontalAlignment |
Enumeration of horizontal alignment modes.
|
|
HorizontalGroup |
The HorizontalGroup class represents a "horizontal group" document element.
|
|
IAnchorPoint |
The IAnchorPoint interface contains members unique to document elements which have an anchor point.
|
|
IAutohide |
The IAutohide interface contains members unique to document elements which can be auto-hidden.
|
|
IBezier |
The IBezier interface contains members unique to document elements whose outline is defined by a series of curved segments.
|
|
IBorderStyle |
The IBorderStyle interface contains members unique to document elements which can have a visible border.
|
|
IBumpers |
The IBumpers interface contains members unique to document elements with "bumper" (external margin) properties.
|
|
ICharacter |
The ICharacter interface contains members specifying character-level text properties.
|
|
ICopyFit |
The ICopyFit interface contains members unique to document elements representing text which can be copyfit.
|
|
IFillStyle |
The IFillStyle interface contains members unique to shapes with a colorable interior.
|
|
IFlexibleShape |
The IFlexibleShape interface contains members unique to shape elements which can be flexibly sized.
|
|
IGroupBox |
The IGroupBox interface contains members unique to horizontal and vertical group elements.
|
|
Image |
The Image class represents an image reservation in a document.
|
|
ImageFit |
Enumeration of Image fit modes.
|
|
ImageFormat |
Enumeration of image formats.
|
|
IMargins |
The IMargins interface contains members unique to document elements with margin properties.
|
|
INamed |
The INamed interface contains members unique to document elements which can be named.
|
|
IPagePoint |
The IPagePoint interface contains members unique to document elements at the page level -- pages and page insertion points.
|
|
IParagraph |
The IParagraph interface contains members unique to paragraphs and paragraph styles.
|
|
IRangeElement |
The IRangeElement interface contains members unique to document elements which are part of a text range.
|
|
IRectangular |
The IRectangular interface contains members unique to visible rectangular shapes.
|
|
ISearchable |
The ISearchable interface contains members which allow searching for elements or resources.
|
|
IShapeContainer |
The IShapeContainer interface contains members unique to pages and shapes which contain other shapes.
|
|
ITextContainer |
The ITextContainer interface contains members unique to shapes which contain text.
|
|
IVariableElement |
The IVariableElement interface contains members unique to document elements which can be assigned a Variable.
|
|
Job |
The Job class represents properties about the currently executing job
|
|
JobImageHandling |
Enumeration of image handling.
|
|
JobImpositionPrintType |
Enumeration of imposition print style.
|
|
JobImpositionRecordOrder |
Enumeration of imposition record order types.
|
|
JobImpositionType |
Enumeration of imposition types.
|
|
JobOutputDestinationType |
Enumeration of output destination types.
|
|
JobOutputFormat |
Enumeration of output formats.
|
|
JobOutputHandling |
Enumeration of output handling.
|
|
JobPageOrientation |
Enumeration of page orientation types.
|
|
JobSuppressedElementsHandling |
Enumeration of suppressed elements handling.
|
|
Language |
Enumeration of supported languages.
|
|
Measurement |
The Measurement class represents a measured length.
It is used for document element properties representing size and position.
|
|
Oval |
The Oval class represents a graphical document element with no content, whose contour is an oval.
|
|
Page |
The Page class represents a page element in a document.
|
|
PageNumber |
The PageNumber class represents a page number document element.
|
|
Paragraph |
The Paragraph class represents a paragraph document element.
|
|
ParagraphGroup |
The ParagraphGroup class represents a "paragraph group" document element.
|
|
ParagraphStyle |
The ParagraphStyle class represents a named paragraph style defined for a document.
|
|
PFObject |
The PFObject class is the root of the Pageflex scripting interface class hierarchy.
|
|
Range |
The Range class represents a contiguous section of a text stream.
|
|
Rectangle |
The Rectangle class represents a rectangular graphical document element, with no content.
|
|
Shape |
The Shape class represents a graphical document element.
Subclasses represent specific shape types, such as a rectangle, text frame, or image.
|
|
StreamFragment |
The StreamFragment class represents a copy of part of a text stream that can be pasted elsewhere.
|
|
StreamPoint |
Enumeration of points in a text stream by which a Range may be navigated.
|
|
TableOfContents |
The TableOfContents class represents a "table of contents" document element.
|
|
TextBox |
The TextBox class represents a text container document element whose outline is a rectangle. You probably want TextFrame instead.
|
|
TextContainerBezier |
The TextContainerBezier class represents a text container document element whose outline is a polygon or Bezier.
|
|
TextContainerOval |
The TextContainerOval class represents a text container document element whose outline is an oval.
|
|
TextElement |
The TextElement class represents a document element containing a sequence of text characters with identical style properties.
|
|
TextFrame |
The TextFrame class represents a rectangular document element which can contain columns of text.
|
|
TextPathBezier |
The TextPathBezier class represents a document element whose outline is a Bezier and which may compose a text stream along its outline.
|
|
Units |
Units supported by the Measurement class.
|
|
Variable |
The Variable class represents a Pageflex project variable or job variable.
|
|
VariableKind |
Enumeration of Variable kinds, specifying what kind of content a variable holds.
|
|
VariablePagePoint |
The VariablePagePoint class represents a variable point in a document's sequence of pages where a document may be ingested.
|
|
VariableSource |
Enumeration of Variable sources, specifying how a variable's value is determined.
|
|
VerticalGroup |
The VerticalGroup class represents a "vertical group" document element.
|