Class ExportOptions.Pdf

java.lang.Object
com.stimulsoft.report.options.ExportOptions.Pdf
Enclosing class:
ExportOptions

public static final class ExportOptions.Pdf extends Object
Class for adjustment of the Pdf exporting.
  • Field Details

    • fixGlyphsWidth

      public static boolean fixGlyphsWidth
      Fix glyphs width
    • useGlyphSizes

      public static boolean useGlyphSizes
    • allowPrintable

      public static boolean allowPrintable
      A 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

      public static StiPdfAutoPrintMode getDefaultAutoPrintMode()
      A value indicating default AutoPrint mode.
      Returns:
      the defaultAutoPrintMode
    • setDefaultAutoPrintMode

      public static void setDefaultAutoPrintMode(StiPdfAutoPrintMode defaultAutoPrintMode)
      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

      public static StiArabicDigitsType getArabicDigitsType()
      Gets or sets a value indicating a current arabic type of digits.
    • setArabicDigitsType

      public static void setArabicDigitsType(StiArabicDigitsType value)
    • 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

      public static String getCreatorString()
      Gets or sets a CreatorString
    • setCreatorString

      public static void setCreatorString(String value)
    • getKeywordsString

      public static String getKeywordsString()
      Gets or sets a KeywordsString
    • setKeywordsString

      public static void setKeywordsString(String value)
    • 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)