|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Pdf
public static final class ExportOptions.Pdf
Class for adjustment of the Pdf exporting.
Constructor Summary | |
---|---|
ExportOptions.Pdf()
|
Method Summary | |
---|---|
static boolean |
getAllowEditablePdf()
|
static boolean |
getAllowExtGState()
Gets or sets a value indicating whether it is necessary to allow using of ExtGState. |
static boolean |
getAllowFontsCache()
Gets or sets a value indicating whether it is necessary to use fonts cache. |
static boolean |
getAllowImageComparer()
Gets or sets a value indicating whether it is necessary to use image comparer. |
static boolean |
getAllowImageTransparency()
Gets or sets a value indicating whether it is necessary to use image transparency. |
static boolean |
getAllowInheritedPageResources()
Gets or sets a value indicating whether it is necessary to allow inherited page resources. |
static StiArabicDigitsType |
getArabicDigitsType()
Gets or sets a value indicating a current arabic type of digits. |
static boolean |
getConvertDigitsToArabic()
Gets or sets a value which indicates whether it is necessary to convert all digits to arabic digits. |
static java.lang.String |
getCreatorString()
Gets or sets a CreatorString |
static StiPdfAutoPrintMode |
getDefaultAutoPrintMode()
A value indicating default AutoPrint mode. |
static int |
getDefaultCoordinatesPrecision()
Gets or sets a value indicating default coordinates precision. |
static boolean |
getDivideSegmentPages()
When Pdf exporting segmented pages will be forcibly broken in order of chosen page format. |
static java.lang.String |
getKeywordsString()
Gets or sets a KeywordsString |
static boolean |
getReduceFontFileSize()
Gets or sets a value indicating whether it is necessary to reduce font file size. |
static boolean |
getUseEditableFieldAlias()
|
static boolean |
getUseEditableFieldName()
|
static boolean |
getUseEditableFieldTag()
|
static boolean |
getUseOldModeAllowHtmlTags()
Gets or sets a value indicating whether it is necessary to use old mode of the AllowHtmlTags rendering. |
static boolean |
getUseWysiwygRender()
Gets or sets a value indicating whether it is necessary to use wysiwyg render. |
static boolean |
isRenderBarCodeAsImage()
a value indicating a BarCode rendering mode. |
static void |
setAllowEditablePdf(boolean value)
|
static void |
setAllowExtGState(boolean value)
|
static void |
setAllowFontsCache(boolean value)
|
static void |
setAllowImageComparer(boolean value)
|
static void |
setAllowImageTransparency(boolean value)
|
static void |
setAllowInheritedPageResources(boolean value)
|
static void |
setArabicDigitsType(StiArabicDigitsType value)
|
static void |
setConvertDigitsToArabic(boolean value)
|
static void |
setCreatorString(java.lang.String value)
|
static void |
setDefaultAutoPrintMode(StiPdfAutoPrintMode defaultAutoPrintMode)
|
static void |
setDefaultCoordinatesPrecision(int value)
|
static void |
setDivideSegmentPages(boolean value)
|
static void |
setKeywordsString(java.lang.String value)
|
static void |
setReduceFontFileSize(boolean value)
|
static void |
setRenderBarCodeAsImage(boolean renderBarCodeAsImage)
a value indicating a BarCode rendering mode. |
static void |
setUseEditableFieldAlias(boolean value)
|
static void |
setUseEditableFieldName(boolean value)
|
static void |
setUseEditableFieldTag(boolean value)
|
static void |
setUseOldModeAllowHtmlTags(boolean value)
|
static void |
setUseWysiwygRender(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportOptions.Pdf()
Method Detail |
---|
public static boolean isRenderBarCodeAsImage()
public static void setRenderBarCodeAsImage(boolean renderBarCodeAsImage)
renderBarCodeAsImage
- the renderBarCodeAsImage to setpublic static StiPdfAutoPrintMode getDefaultAutoPrintMode()
public static void setDefaultAutoPrintMode(StiPdfAutoPrintMode defaultAutoPrintMode)
defaultAutoPrintMode
- the defaultAutoPrintMode to setpublic static boolean getDivideSegmentPages()
public static void setDivideSegmentPages(boolean value)
public static boolean getConvertDigitsToArabic()
public static void setConvertDigitsToArabic(boolean value)
public static StiArabicDigitsType getArabicDigitsType()
public static void setArabicDigitsType(StiArabicDigitsType value)
public static boolean getReduceFontFileSize()
public static void setReduceFontFileSize(boolean value)
public static boolean getAllowEditablePdf()
public static void setAllowEditablePdf(boolean value)
public static boolean getUseEditableFieldName()
public static void setUseEditableFieldName(boolean value)
public static boolean getUseEditableFieldAlias()
public static void setUseEditableFieldAlias(boolean value)
public static boolean getUseEditableFieldTag()
public static void setUseEditableFieldTag(boolean value)
public static boolean getAllowImageComparer()
public static void setAllowImageComparer(boolean value)
public static boolean getAllowImageTransparency()
public static void setAllowImageTransparency(boolean value)
public static boolean getAllowInheritedPageResources()
public static void setAllowInheritedPageResources(boolean value)
public static boolean getAllowExtGState()
public static void setAllowExtGState(boolean value)
public static java.lang.String getCreatorString()
public static void setCreatorString(java.lang.String value)
public static java.lang.String getKeywordsString()
public static void setKeywordsString(java.lang.String value)
public static boolean getAllowFontsCache()
public static void setAllowFontsCache(boolean value)
public static boolean getUseOldModeAllowHtmlTags()
public static void setUseOldModeAllowHtmlTags(boolean value)
public static boolean getUseWysiwygRender()
public static void setUseWysiwygRender(boolean value)
public static int getDefaultCoordinatesPrecision()
public static void setDefaultCoordinatesPrecision(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |