public static final class ExportOptions.Excel2007
extends java.lang.Object
| Constructor and Description |
|---|
ExportOptions.Excel2007() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getAllowImageComparer()
Gets or sets a value indicating whether it is necessary to use image comparer.
|
static boolean |
getColumnsRightToLeft()
Gets or sets a value indicating whether it is necessary to set columns right to left.
|
static boolean |
getDivideBigCells()
When exporting big cells will be divided into small cells.
|
static int |
getMaximumSheetHeight()
Gets or sets a value indicating maximum sheet height in rows.
|
static boolean |
getRemoveEmptySpaceAtBottom()
Gets or sets a value indicating whether it is necessary to remove empty space at the
bottom of page
|
static boolean |
getTrimTrailingSpaces()
Gets or sets a value indicating whether it is necessary to trim trailing spaces.
|
static boolean |
getUseImageResolution()
Gets or sets a value indicating whether it is necessary to use image resolution
|
static boolean |
isAllowFreezePanes() |
static boolean |
isRenderHtmlTagsAsImage()
a value indicating a Html tags rendering mode.
|
static boolean |
isShowGridLines()
A value indicating whether it is necessary to set flag "Show Grid Lines".
|
static void |
setAllowFreezePanes(boolean allowFreezePanes) |
static void |
setAllowImageComparer(boolean value) |
static void |
setColumnsRightToLeft(boolean value) |
static void |
setDivideBigCells(boolean value) |
static void |
setMaximumSheetHeight(int value) |
static void |
setRemoveEmptySpaceAtBottom(boolean value) |
static void |
setRenderHtmlTagsAsImage(boolean renderHtmlTagsAsImage)
a value indicating a Html tags rendering mode.
|
static void |
setShowGridLines(boolean showGridLines) |
static void |
setTrimTrailingSpaces(boolean value) |
static void |
setUseImageResolution(boolean value) |
public static boolean isRenderHtmlTagsAsImage()
public static void setRenderHtmlTagsAsImage(boolean renderHtmlTagsAsImage)
renderHtmlTagsAsImage - the renderHtmlTagsAsImage to setpublic static boolean isShowGridLines()
public static void setShowGridLines(boolean showGridLines)
showGridLines - the showGridLines to setpublic static boolean isAllowFreezePanes()
public static void setAllowFreezePanes(boolean allowFreezePanes)
allowFreezePanes - the allowFreezePanes to setpublic static boolean getAllowImageComparer()
public static void setAllowImageComparer(boolean value)
public static boolean getColumnsRightToLeft()
public static void setColumnsRightToLeft(boolean value)
public static int getMaximumSheetHeight()
public static void setMaximumSheetHeight(int value)
public static boolean getRemoveEmptySpaceAtBottom()
public static void setRemoveEmptySpaceAtBottom(boolean value)
public static boolean getDivideBigCells()
public static void setDivideBigCells(boolean value)
public static boolean getUseImageResolution()
public static void setUseImageResolution(boolean value)
public static boolean getTrimTrailingSpaces()
public static void setTrimTrailingSpaces(boolean value)
Copyright © 2019 Stimulsoft. All Rights Reserved.