Paragraphs Property

Pageflex Document Action API

Pageflex Document Action API Paragraphs Property
Namespaces > Pageflex.Scripting > Range > Paragraphs
Gets the Paragraph elements in this Range.
Syntax
C# Visual Basic Managed C++
public Paragraph[] Paragraphs { get; }
Public ReadOnly Property Paragraphs As Paragraph()
public:
array<Paragraph^>^ Paragraphs {
	array<Paragraph^>^ get ();
}
Remarks
Returns an array of one or more Paragraph objects representing the sequence of paragraphs which this range passes through.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)