Package com.stimulsoft.report.options
Class ExportOptions.Pdf
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Pdf
- Enclosing class:
ExportOptions
Class for adjustment of the Pdf exporting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanA value indicating whether it is necessary to use Printable property of the component.static booleanFix glyphs widthstatic boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanGets or sets a value indicating whether it is necessary to allow using of ExtGState.static booleanGets or sets a value indicating whether it is necessary to use fonts cache.static booleanGets or sets a value indicating whether it is necessary to use image comparer.static booleanGets or sets a value indicating whether it is necessary to use image transparency.static booleanGets or sets a value indicating whether it is necessary to allow inherited page resources.static StiArabicDigitsTypeGets or sets a value indicating a current arabic type of digits.static booleanGets or sets a value which indicates whether it is necessary to convert all digits to arabic digits.static StringGets or sets a CreatorStringstatic StiPdfAutoPrintModeA value indicating default AutoPrint mode.static intGets or sets a value indicating default coordinates precision.static booleanWhen Pdf exporting segmented pages will be forcibly broken in order of chosen page format.static StringGets or sets a KeywordsStringstatic booleanGets or sets a value indicating whether it is necessary to reduce font file size.static booleanstatic booleanstatic booleanstatic booleanGets or sets a value indicating whether it is necessary to use old mode of the AllowHtmlTags rendering.static booleanGets or sets a value indicating whether it is necessary to use wysiwyg render.static booleana value indicating a BarCode rendering mode.static voidsetAllowEditablePdf(boolean value) static voidsetAllowExtGState(boolean value) static voidsetAllowFontsCache(boolean value) static voidsetAllowImageComparer(boolean value) static voidsetAllowImageTransparency(boolean value) static voidsetAllowInheritedPageResources(boolean value) static voidstatic voidsetConvertDigitsToArabic(boolean value) static voidsetCreatorString(String value) static voidsetDefaultAutoPrintMode(StiPdfAutoPrintMode defaultAutoPrintMode) static voidsetDefaultCoordinatesPrecision(int value) static voidsetDivideSegmentPages(boolean value) static voidsetKeywordsString(String value) static voidsetReduceFontFileSize(boolean value) static voidsetRenderBarCodeAsImage(boolean renderBarCodeAsImage) a value indicating a BarCode rendering mode.static voidsetUseEditableFieldAlias(boolean value) static voidsetUseEditableFieldName(boolean value) static voidsetUseEditableFieldTag(boolean value) static voidsetUseOldModeAllowHtmlTags(boolean value) static voidsetUseWysiwygRender(boolean value)
-
Field Details
-
fixGlyphsWidth
public static boolean fixGlyphsWidthFix glyphs width -
useGlyphSizes
public static boolean useGlyphSizes -
allowPrintable
public static boolean allowPrintableA value indicating whether it is necessary to use Printable property of the component.
-
-
Constructor Details
-
Pdf
public Pdf()
-
-
Method Details
-
isRenderBarCodeAsImage
public static boolean isRenderBarCodeAsImage()a value indicating a BarCode rendering mode.- Returns:
- the renderBarCodeAsImage
-
setRenderBarCodeAsImage
public static void setRenderBarCodeAsImage(boolean renderBarCodeAsImage) a value indicating a BarCode rendering mode.- Parameters:
renderBarCodeAsImage- the renderBarCodeAsImage to set
-
getDefaultAutoPrintMode
A value indicating default AutoPrint mode.- Returns:
- the defaultAutoPrintMode
-
setDefaultAutoPrintMode
- Parameters:
defaultAutoPrintMode- the defaultAutoPrintMode to set
-
getDivideSegmentPages
public static boolean getDivideSegmentPages()When Pdf exporting segmented pages will be forcibly broken in order of chosen page format. -
setDivideSegmentPages
public static void setDivideSegmentPages(boolean value) -
getConvertDigitsToArabic
public static boolean getConvertDigitsToArabic()Gets or sets a value which indicates whether it is necessary to convert all digits to arabic digits. -
setConvertDigitsToArabic
public static void setConvertDigitsToArabic(boolean value) -
getArabicDigitsType
Gets or sets a value indicating a current arabic type of digits. -
setArabicDigitsType
-
getReduceFontFileSize
public static boolean getReduceFontFileSize()Gets or sets a value indicating whether it is necessary to reduce font file size. -
setReduceFontFileSize
public static void setReduceFontFileSize(boolean value) -
getAllowEditablePdf
public static boolean getAllowEditablePdf() -
setAllowEditablePdf
public static void setAllowEditablePdf(boolean value) -
getUseEditableFieldName
public static boolean getUseEditableFieldName() -
setUseEditableFieldName
public static void setUseEditableFieldName(boolean value) -
getUseEditableFieldAlias
public static boolean getUseEditableFieldAlias() -
setUseEditableFieldAlias
public static void setUseEditableFieldAlias(boolean value) -
getUseEditableFieldTag
public static boolean getUseEditableFieldTag() -
setUseEditableFieldTag
public static void setUseEditableFieldTag(boolean value) -
getAllowImageComparer
public static boolean getAllowImageComparer()Gets or sets a value indicating whether it is necessary to use image comparer. -
setAllowImageComparer
public static void setAllowImageComparer(boolean value) -
getAllowImageTransparency
public static boolean getAllowImageTransparency()Gets or sets a value indicating whether it is necessary to use image transparency. -
setAllowImageTransparency
public static void setAllowImageTransparency(boolean value) -
getAllowInheritedPageResources
public static boolean getAllowInheritedPageResources()Gets or sets a value indicating whether it is necessary to allow inherited page resources. -
setAllowInheritedPageResources
public static void setAllowInheritedPageResources(boolean value) -
getAllowExtGState
public static boolean getAllowExtGState()Gets or sets a value indicating whether it is necessary to allow using of ExtGState. -
setAllowExtGState
public static void setAllowExtGState(boolean value) -
getCreatorString
Gets or sets a CreatorString -
setCreatorString
-
getKeywordsString
Gets or sets a KeywordsString -
setKeywordsString
-
getAllowFontsCache
public static boolean getAllowFontsCache()Gets or sets a value indicating whether it is necessary to use fonts cache. -
setAllowFontsCache
public static void setAllowFontsCache(boolean value) -
getUseOldModeAllowHtmlTags
public static boolean getUseOldModeAllowHtmlTags()Gets or sets a value indicating whether it is necessary to use old mode of the AllowHtmlTags rendering. -
setUseOldModeAllowHtmlTags
public static void setUseOldModeAllowHtmlTags(boolean value) -
getUseWysiwygRender
public static boolean getUseWysiwygRender()Gets or sets a value indicating whether it is necessary to use wysiwyg render. -
setUseWysiwygRender
public static void setUseWysiwygRender(boolean value) -
getDefaultCoordinatesPrecision
public static int getDefaultCoordinatesPrecision()Gets or sets a value indicating default coordinates precision. -
setDefaultCoordinatesPrecision
public static void setDefaultCoordinatesPrecision(int value)
-