com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class XfaParserOptions



  • public class XfaParserOptions
    extends Object

    class to handle related data encapsulation

    • Constructor Summary

      Constructors 
      Constructor and Description
      XfaParserOptions(Dimension2D pageSize)
      Initializes a new instance of the XfaParserOptions class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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).
    • Constructor Detail

      • XfaParserOptions

        public XfaParserOptions(Dimension2D pageSize)

        Initializes a new instance of the XfaParserOptions class.

        Parameters:
        pageSize - Size of the page.
    • Method Detail

      • getPageSize

        public Dimension2D getPageSize()

        Gets or sets the size of the page.

        Value: The size of the page.
        Returns:
        Dimension2D object
      • setPageSize

        public void setPageSize(Dimension2D value)

        Gets or sets the size of the page.

        Value: The size of the page.
        Parameters:
        value - 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
      • 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:
        value - boolean 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 value
      • 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:
        value - boolean value
      • getBasePath

        public URI getBasePath()

        Gets or sets the base path.

        Value: The base path.
        Returns:
        URI object
      • setBasePath

        public void setBasePath(URI value)

        Gets or sets the base path.

        Value: The base path.
        Parameters:
        value - URI object