ParagraphStylesUsed Property

Pageflex Document Action API

Pageflex Document Action API ParagraphStylesUsed Property
Namespaces > Pageflex.Scripting > Document > ParagraphStylesUsed
Gets the names of all ParagraphStyles used by this element and its descendants.
Syntax
C# Visual Basic Managed C++
public string[] ParagraphStylesUsed { get; }
Public ReadOnly Property ParagraphStylesUsed As String()
public:
virtual array<String^>^ ParagraphStylesUsed {
	array<String^>^ get () sealed;
}
Remarks
Returns an array of Strings representing the names of paragraph styles used by this element and its descendants.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)