Class PaperSizesList

    • Field Detail

      • NODE_PAPER_SIZES

        public static final java.lang.String NODE_PAPER_SIZES
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaperSizesList

        public PaperSizesList()
      • PaperSizesList

        public PaperSizesList​(org.w3c.dom.Node root)
        Class constructor. Creates a new instance of the PaperSizesList, initializing it with the information provided on an xml Node.
        Parameters:
        root - Node instance representing the different papersizes information.
      • PaperSizesList

        public PaperSizesList​(org.w3c.dom.Document doc)
        Class constructor. Creates a new instance of the PaperSizesList, initializing it with the information provided on an xml Document.
        Parameters:
        doc - DOM Document with information to initialize this class