Click or drag to resize

PdfFocusCXmlOptions Class

Sets various properties for the XML document
Inheritance Hierarchy
SystemObject
  SautinSoftPdfFocusCXmlOptions

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public class CXmlOptions

The PdfFocusCXmlOptions type exposes the following members.

Constructors
 NameDescription
Public methodPdfFocusCXmlOptions Creates an object of CXmlOptions class.
Top
Properties
 NameDescription
Public propertyConvertNonTabularDataToSpreadsheet Convert even a textual data to a table. Default value: false.
Public propertyNodeLevel1 Set or get a name for root node. Default value: "document".
Public propertyNodeLevel2 Set or get a name for node with level 2. Default value: "page".
Public propertyNodeLevel3 Set or get a name for node with level 3. Default value: "table".
Public propertyNodeLevel4 Set or get a name for node with level 4. Default value: "row".
Public propertyNodeLevel5 Set or get a name for node with level 5. Default value: "cell".
Public propertyUseRowColSpan Set or get a value indicating of using rowspan and colspan attributes. Default value: true.
Top
See Also