XfaParserOptions

Inheritance: java.lang.Object

public class XfaParserOptions

class to handle related data encapsulation

Constructors

ConstructorDescription
XfaParserOptions(Dimension2D pageSize)Initializes a new instance of the XfaParserOptions class.

Methods

MethodDescription
getPageSize()Gets or sets the size of the page.
setPageSize(Dimension2D value)Gets or sets the size of the page.
getSigned()If this property is true then document will be converted with using of xfa form stream (if it exists).
setSigned(boolean value)If this property is true then document will be converted with using of xfa form stream (if it exists).
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.
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.
getBasePath()Gets or sets the base path.
setBasePath(URI value)Gets or sets the base path.

XfaParserOptions(Dimension2D pageSize)

public XfaParserOptions(Dimension2D pageSize)

Initializes a new instance of the XfaParserOptions class.

Parameters:

ParameterTypeDescription
pageSizejava.awt.geom.Dimension2DSize of the page.

getPageSize()

public Dimension2D getPageSize()

Gets or sets the size of the page.

Value: The size of the page.

Returns: java.awt.geom.Dimension2D - Dimension2D object

setPageSize(Dimension2D value)

public void setPageSize(Dimension2D value)

Gets or sets the size of the page.

Value: The size of the page.

Parameters:

ParameterTypeDescription
valuejava.awt.geom.Dimension2DDimension2D 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 - boolean value

setSigned(boolean value)

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
valuebooleanboolean value

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 - boolean value

setEmulateRequierdGroups(boolean value)

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
valuebooleanboolean value

getBasePath()

public URI getBasePath()

Gets or sets the base path.

Value: The base path.

Returns: java.net.URI - URI object

setBasePath(URI value)

public void setBasePath(URI value)

Gets or sets the base path.

Value: The base path.

Parameters:

ParameterTypeDescription
valuejava.net.URIURI object