| 
Footnote
UseAbsolutePos Property
  | 
 Indicates whether to use absolute positioning for the element.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool UseAbsolutePos { get; set; }
 
Public Property UseAbsolutePos As Boolean
	Get
	Set
 
public:
property bool UseAbsolutePos {
	bool get ();
	void set (bool value);
}
 
member UseAbsolutePos : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also