Style Property

Pageflex Document Action API

Pageflex Document Action API Style Property
Namespaces > Pageflex.Scripting > Paragraph > Style
Gets or sets the name of the ParagraphStyle used by this paragraph.
Syntax
C# Visual Basic Managed C++
public string Style { get; set; }
Public Property Style As String
public:
String^ Style {
	String^ get ();
	void set (String^ value);
}
Remarks
Specifies a String naming the ParagraphStyle used by this paragraph.
Exceptions
Exception Condition
ParagraphStyleNotFoundException The specified paragraph style is not defined in the current document.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)