public bool Framed {get; set;}
get_Framed();set_Framed(value);Object.defineProperty('Framed');
public: property bool Framed { bool get(); void set ( bool value); }
'Declaration Public Property Framed As Boolean
'Usage Dim instance As DocxDocumentOptions Dim value As Boolean instance.Framed = value value = instance.Framed
Frames are containers supported by the DOCX(2007/2010) format for text that can be positioned on a page and sized.
The default value of this property is false.
Target Platforms
DocxDocumentOptions Class DocxDocumentOptions Members DocumentWriter Class Programming with LEADTOOLS Document Writers Files to be Included with Your Application Unlocking Special LEAD Features