Class PdfProperties
- java.lang.Object
-
- com.netgrif.application.engine.pdf.generator.config.PdfProperties
-
- Direct Known Subclasses:
PdfResource
@ConfigurationProperties(prefix="nae.pdf.properties") @Component public class PdfProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intbaseXprotected intbaseYprotected booleanbooleanFieldStrokeprotected PdfBooleanFormatbooleanFormatprotected intboxPaddingprotected intboxSizeprotected java.lang.StringcolorDataGroupprotected java.lang.StringcolorLabelStringprotected java.lang.StringcolorStringprotected PdfDateFormatdateFormatprotected PdfDateFormatdateTimeFormatprotected java.time.ZoneIddateZoneIdprotected java.lang.StringdocumentTitleprotected intfontGroupSizeprotected intfontLabelSizeprotected intfontTitleSizeprotected intfontValueSizeprotected intformGridColsprotected intformGridColWidthprotected intformGridRowHeightprotected intformGridRowsprotected intlineHeightprotected intmarginBottomprotected intmarginLeftprotected intmarginRightprotected intmarginTitleprotected intmarginTopprotected java.util.LocalenumberFormatprotected intpaddingprotected intpageDrawableWidthprotected intpageHeightprotected PdfPageNumberFormatpageNumberFormatprotected intpageNumberPositionprotected org.apache.pdfbox.pdmodel.common.PDRectanglepageSizeprotected intpageWidthprotected introwGridFreeprotected floatsizeMultiplierprotected floatstrokeWidthprotected booleantextFieldStrokeprotected java.util.LocaletextLocaleprotected intunit
-
Constructor Summary
Constructors Constructor Description PdfProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateProperties()
-
-
-
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
-
dateFormat
protected PdfDateFormat dateFormat
-
dateTimeFormat
protected PdfDateFormat dateTimeFormat
-
numberFormat
protected java.util.Locale numberFormat
-
textLocale
protected java.util.Locale textLocale
-
dateZoneId
protected java.time.ZoneId dateZoneId
-
booleanFormat
protected PdfBooleanFormat booleanFormat
-
pageNumberFormat
protected PdfPageNumberFormat pageNumberFormat
-
-