public class XfaParserOptions extends Object
class to handle related data incapsulation
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.
|
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 |
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 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 objectCopyright © 2016 Aspose. All Rights Reserved.