public class XfaParserOptions extends Object
class to handle related data encapsulation
Constructor and Description |
---|
XfaParserOptions(Dimension2D pageSize)
Initializes a new instance of the
XfaParserOptions class. |
Modifier and Type | Method and Description |
---|---|
URI |
getBasePath()
Gets or sets the base path.
|
boolean |
getEmulateRequierdGroups()
If this property is true then additional red rectangles will be drawn for required Xfa "excluded groups"
This property was introduced because absences of analogies of excluded groups during conversion Xfa representation of forms
to standard.
|
Dimension2D |
getPageSize()
Gets or sets the size of the page.
|
boolean |
getSigned()
If this property is true then document will be converted with using of xfa form stream (if it
exists).
|
void |
setBasePath(URI value)
Gets or sets the base path.
|
void |
setEmulateRequierdGroups(boolean value)
If this property is true then additional red rectangles will be drawn for required Xfa "excluded groups"
This property was introduced because absences of analogies of excluded groups during conversion Xfa representation of forms
to standard.
|
void |
setPageSize(Dimension2D value)
Gets or sets the size of the page.
|
void |
setSigned(boolean value)
If this property is true then document will be converted with using of xfa form stream (if it
exists).
|
public XfaParserOptions(Dimension2D pageSize)
Initializes a new instance of the XfaParserOptions
class.
pageSize
- Size of the page.public Dimension2D getPageSize()
Gets or sets the size of the page.
Value: The size of the page.public void setPageSize(Dimension2D value)
Gets or sets the size of the page.
Value: The size of the page.value
- Dimension2D objectpublic boolean getSigned()
If this property is true then document will be converted with using of xfa form stream (if it exists). If it is false then xfa form stream will be ignored. This property was inrtoduced because it's not clear how to calculate check sum that used for checking sygnature.
public void setSigned(boolean value)
If this property is true then document will be converted with using of xfa form stream (if it exists). If it is false then xfa form stream will be ignored. This property was inrtoduced because it's not clear how to calculate check sum that used for checking sygnature.
value
- boolean valuepublic boolean getEmulateRequierdGroups()
If this property is true then additional red rectangles will be drawn for required Xfa "excluded groups" This property was introduced because absences of analogies of excluded groups during conversion Xfa representation of forms to standard. It is false by default.
public void setEmulateRequierdGroups(boolean value)
If this property is true then additional red rectangles will be drawn for required Xfa "excluded groups" This property was introduced because absences of analogies of excluded groups during conversion Xfa representation of forms to standard. It is false by default.
value
- boolean valuepublic URI getBasePath()
Gets or sets the base path.
Value: The base path.public void setBasePath(URI value)
Gets or sets the base path.
Value: The base path.value
- URI object