XfaParserOptions

Inheritance: java.lang.Object, com.aspose.pdf.XfaParserOptions

public class XfaParserOptions extends Object

class to handle related data encapsulation

Constructors

ConstructorDescription
XfaParserOptionsInitializes a new instance of the {@code XfaParserOptions} class.

Methods

MethodDescription
getBasePathGets or sets the base path. Value: The base path.
getEmulateRequierdGroupsIf 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.
getPageSizeGets or sets the size of the page. Value: The size of the page.
getSignedIf 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.
setBasePathGets or sets the base path. Value: The base path.
setEmulateRequierdGroupsIf 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.
setPageSizeGets or sets the size of the page. Value: The size of the page.
setSignedIf 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.

XfaParserOptions

Initializes a new instance of the {@code XfaParserOptions} class.

getBasePath

public URI getBasePath()

Gets or sets the base path. Value: The base path.

Returns: URI object

getEmulateRequierdGroups

public 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.

Returns: boolean value

getPageSize

public Dimension2D getPageSize()

Gets or sets the size of the page. Value: The size of the page.

Returns: Dimension2D object

getSigned

public 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.

Returns: boolean value

setBasePath

Gets or sets the base path. Value: The base path.

setEmulateRequierdGroups

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.

Parameters:

ParameterTypeDescription
valueboolean value

setPageSize

Gets or sets the size of the page. Value: The size of the page.

setSigned

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.

Parameters:

ParameterTypeDescription
valueboolean value