|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Rtf
public static final class ExportOptions.Rtf
Class for adjustment of the Rtf export of a report.
Constructor Summary | |
---|---|
ExportOptions.Rtf()
|
Method Summary | |
---|---|
static StiArabicDigitsType |
getArabicDigitsType()
Gets or sets a value indicating a current arabic type of digits. |
static int |
getBottomMarginCorrection()
A value of bottom margin correction |
static boolean |
getConvertDigitsToArabic()
Gets or sets a value, which indicates whether it is necessary to convert all digits to arabic digits. |
static boolean |
getDivideBigCells()
When Rtf exporting big cells will be divided into small cells. |
static boolean |
getDivideSegmentPages()
When Rtf exporting segmented pages will be forcibly broken in order of chosen page format. |
static boolean |
getForceEmptyCellsOptimization()
Gets or sets a value indicating a forcing of empty cells optimization. |
static boolean |
getForceLineHeight()
Gets or sets a value indicating a forcing of line height. |
static boolean |
getLineHeightExactly()
Gets or sets a value indicating a line height mode - "exactly" or "at least". |
static double |
getLineSpacing()
Gets or sets a value of line spacing |
static boolean |
getRemoveEmptySpaceAtBottom()
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of page |
static int |
getRightMarginCorrection()
Gets or sets a value of right margin correction |
static int |
getSpaceBetweenCharacters()
Gets or sets a value of expansion or compression of the space between characters in twips; a negative value compresses. |
static boolean |
getUseCanBreakProperty()
Gets or sets a value indicating whether it is necessary to use CanBreak property of components. |
static boolean |
getUsePageRefField()
Gets or sets a value indicating whether it is necessary to use PAGEREF field of MS-Word. |
static boolean |
getUseTemplatePageSize()
When Rtf exporting segmented pages will be forcibly use the page size from template. |
static boolean |
isUseNewPageCommandInsteadOfNewSection()
A value indicating whether it is necessary to use NewPage command instead of NewSection |
static void |
setArabicDigitsType(StiArabicDigitsType value)
|
static void |
setBottomMarginCorrection(int bottomMarginCorrection)
|
static void |
setConvertDigitsToArabic(boolean value)
|
static void |
setDivideBigCells(boolean value)
|
static void |
setDivideSegmentPages(boolean value)
|
static void |
setForceEmptyCellsOptimization(boolean forceEmptyCellsOptimization)
|
static void |
setForceLineHeight(boolean value)
|
static void |
setLineHeightExactly(boolean value)
|
static void |
setLineSpacing(double value)
|
static void |
setRemoveEmptySpaceAtBottom(boolean value)
|
static void |
setRightMarginCorrection(int value)
|
static void |
setSpaceBetweenCharacters(int value)
|
static void |
setUseCanBreakProperty(boolean value)
|
static void |
setUseNewPageCommandInsteadOfNewSection(boolean useNewPageCommandInsteadOfNewSection)
|
static void |
setUsePageRefField(boolean value)
|
static void |
setUseTemplatePageSize(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportOptions.Rtf()
Method Detail |
---|
public static boolean isUseNewPageCommandInsteadOfNewSection()
public static void setUseNewPageCommandInsteadOfNewSection(boolean useNewPageCommandInsteadOfNewSection)
useNewPageCommandInsteadOfNewSection
- the useNewPageCommandInsteadOfNewSection to setpublic static int getBottomMarginCorrection()
public static void setBottomMarginCorrection(int bottomMarginCorrection)
bottomMarginCorrection
- the bottomMarginCorrection to setpublic static boolean getForceEmptyCellsOptimization()
public static void setForceEmptyCellsOptimization(boolean forceEmptyCellsOptimization)
public static boolean getUsePageRefField()
public static void setUsePageRefField(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 getDivideSegmentPages()
public static void setDivideSegmentPages(boolean value)
public static boolean getUseTemplatePageSize()
public static void setUseTemplatePageSize(boolean value)
public static boolean getLineHeightExactly()
public static void setLineHeightExactly(boolean value)
public static boolean getForceLineHeight()
public static void setForceLineHeight(boolean value)
public static boolean getRemoveEmptySpaceAtBottom()
public static void setRemoveEmptySpaceAtBottom(boolean value)
public static double getLineSpacing()
public static void setLineSpacing(double value)
public static int getRightMarginCorrection()
public static void setRightMarginCorrection(int value)
public static boolean getDivideBigCells()
public static void setDivideBigCells(boolean value)
public static boolean getUseCanBreakProperty()
public static void setUseCanBreakProperty(boolean value)
public static int getSpaceBetweenCharacters()
public static void setSpaceBetweenCharacters(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |