Class PdfProperties

  • Direct Known Subclasses:
    PdfResource

    @ConfigurationProperties(prefix="nae.pdf.properties")
    @Component
    public class PdfProperties
    extends java.lang.Object
    • Field Detail

      • unit

        protected int unit
      • pageSize

        protected org.apache.pdfbox.pdmodel.common.PDRectangle pageSize
      • pageWidth

        protected int pageWidth
      • pageHeight

        protected int pageHeight
      • lineHeight

        protected int lineHeight
      • marginTitle

        protected int marginTitle
      • marginTop

        protected int marginTop
      • marginBottom

        protected int marginBottom
      • marginLeft

        protected int marginLeft
      • marginRight

        protected int marginRight
      • padding

        protected int padding
      • boxPadding

        protected int boxPadding
      • colorString

        protected java.lang.String colorString
      • colorLabelString

        protected java.lang.String colorLabelString
      • colorDataGroup

        protected java.lang.String colorDataGroup
      • baseX

        protected int baseX
      • baseY

        protected int baseY
      • pageDrawableWidth

        protected int pageDrawableWidth
      • fontTitleSize

        protected int fontTitleSize
      • fontGroupSize

        protected int fontGroupSize
      • fontLabelSize

        protected int fontLabelSize
      • fontValueSize

        protected int fontValueSize
      • formGridCols

        protected int formGridCols
      • formGridRows

        protected int formGridRows
      • formGridColWidth

        protected int formGridColWidth
      • formGridRowHeight

        protected int formGridRowHeight
      • rowGridFree

        protected int rowGridFree
      • strokeWidth

        protected float strokeWidth
      • boxSize

        protected int boxSize
      • sizeMultiplier

        protected float sizeMultiplier
      • pageNumberPosition

        protected int pageNumberPosition
      • documentTitle

        protected java.lang.String documentTitle
      • textFieldStroke

        protected boolean textFieldStroke
      • booleanFieldStroke

        protected boolean booleanFieldStroke
      • numberFormat

        protected java.util.Locale numberFormat
      • textLocale

        protected java.util.Locale textLocale
      • dateZoneId

        protected java.time.ZoneId dateZoneId
    • Constructor Detail

      • PdfProperties

        public PdfProperties()
    • Method Detail

      • updateProperties

        public void updateProperties()