|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.ExportOptions.Word2007
public static final class ExportOptions.Word2007
Class for adjustment of the Word2007 export of a report.
Field Summary | |
---|---|
static boolean |
RenderHtmlTagsAsEmbeddedRichText
|
Constructor Summary | |
---|---|
ExportOptions.Word2007()
|
Method Summary | |
---|---|
static boolean |
getAllowCorrectFontSize11Problem()
This value indicates that it is necessary to correct problem with FontSize=11 in embedded RichTexts. |
static boolean |
getAllowImageComparer()
Gets or sets a value indicating whether it is necessary to use image comparer. |
static int |
getBottomMarginCorrection()
A value of bottom margin correction |
static boolean |
getDivideSegmentPages()
When Word2007 exporting segmented pages will be forcibly broken in order of chosen page format. |
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 boolean |
getLineHeightExactlyForPHFMode()
Gets or sets a value indicating a line height mode - "exactly" or "at least" for "UsePageHeadersAndFooters" mode |
static double |
getLineSpacing()
|
static float |
getNormalStyleDefaultFontSize()
|
static boolean |
getRemoveEmptySpaceAtBottom()
Gets or sets a value indicating whether it is necessary to remove empty space at the bottom of page |
static boolean |
getRenderHtmlTagsAsImage()
Gets or sets a value indicating a Html tags rendering mode. |
static boolean |
getRenderRichTextAsImage()
Gets or sets a value indicating a RichText rendering mode. |
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 |
isDivideBigCells()
When exporting big cells will be divided into small cells. |
static void |
setAllowCorrectFontSize11Problem(boolean allowCorrectFontSize11Problem)
|
static void |
setAllowImageComparer(boolean value)
|
static void |
setBottomMarginCorrection(int bottomMarginCorrection)
|
static void |
setDivideBigCells(boolean divideBigCells)
|
static void |
setDivideSegmentPages(boolean value)
|
static void |
setForceLineHeight(boolean value)
|
static void |
setLineHeightExactly(boolean value)
|
static void |
setLineHeightExactlyForPHFMode(boolean value)
|
static void |
setLineSpacing(double lineSpacing)
|
static void |
setNormalStyleDefaultFontSize(float normalStyleDefaultFontSize)
|
static void |
setRemoveEmptySpaceAtBottom(boolean value)
|
static void |
setRenderHtmlTagsAsImage(boolean value)
|
static void |
setRenderRichTextAsImage(boolean value)
|
static void |
setRightMarginCorrection(int value)
|
static void |
setSpaceBetweenCharacters(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean RenderHtmlTagsAsEmbeddedRichText
Constructor Detail |
---|
public ExportOptions.Word2007()
Method Detail |
---|
public static int getBottomMarginCorrection()
public static void setBottomMarginCorrection(int bottomMarginCorrection)
bottomMarginCorrection
- the bottomMarginCorrection to setpublic static boolean isDivideBigCells()
public static void setDivideBigCells(boolean divideBigCells)
divideBigCells
- the divideBigCells to setpublic static double getLineSpacing()
public static void setLineSpacing(double lineSpacing)
lineSpacing
- the value of line spacingpublic static float getNormalStyleDefaultFontSize()
public static void setNormalStyleDefaultFontSize(float normalStyleDefaultFontSize)
normalStyleDefaultFontSize
- the value of default FontSize for the Normal stylepublic static boolean getAllowCorrectFontSize11Problem()
public static void setAllowCorrectFontSize11Problem(boolean allowCorrectFontSize11Problem)
allowCorrectFontSize11Problem
- the allowCorrectFontSize11Problem to setpublic static boolean getDivideSegmentPages()
public static void setDivideSegmentPages(boolean value)
public static boolean getAllowImageComparer()
public static void setAllowImageComparer(boolean value)
public static boolean getRemoveEmptySpaceAtBottom()
public static void setRemoveEmptySpaceAtBottom(boolean value)
public static int getSpaceBetweenCharacters()
public static void setSpaceBetweenCharacters(int value)
public static boolean getLineHeightExactly()
public static void setLineHeightExactly(boolean value)
public static boolean getLineHeightExactlyForPHFMode()
public static void setLineHeightExactlyForPHFMode(boolean value)
public static boolean getForceLineHeight()
public static void setForceLineHeight(boolean value)
public static int getRightMarginCorrection()
public static void setRightMarginCorrection(int value)
public static boolean getRenderRichTextAsImage()
public static void setRenderRichTextAsImage(boolean value)
public static boolean getRenderHtmlTagsAsImage()
public static void setRenderHtmlTagsAsImage(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |