Name Property

Pageflex Document Action API

Pageflex Document Action API Name Property
Namespaces > Pageflex.Scripting > TextContainerBezier > Name
Gets or sets a String representing the name assigned to this document Element
Syntax
C# Visual Basic Managed C++
public string Name { get; set; }
Public Property Name As String
public:
virtual String^ Name {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Exceptions
Exception Condition
IllegalNameException The name is not a legal XML name.
NameNotUniqueException A document element already exists with the specified name.
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)