public class PrintExportTableBuilder extends Object
Constructor and Description |
---|
PrintExportTableBuilder(com.aspose.words.DocumentBuilder builder,
IXFormRenderConfig xRenderConfig,
HashMap<String,XItem> noprint) |
Modifier and Type | Method and Description |
---|---|
void |
endAllTable() |
void |
endRow() |
void |
endTable() |
com.aspose.words.DocumentBuilder |
getBuilder() |
String |
getCurrentRowId() |
Integer |
getFontSize(XItem item,
Integer defaultValue) |
boolean |
getForceList(XItem item,
boolean defaultValue) |
boolean |
getPrintRteFormat(XItem item,
boolean defaultValue) |
IXFormRenderConfig |
getxRenderConfig() |
void |
insertXitem(XItem item,
Integer index) |
void |
openTable() |
void |
setBuilder(com.aspose.words.DocumentBuilder builder) |
void |
setCurrentRowId(String currentRowId) |
void |
setxRenderConfig(IXFormRenderConfig xRenderConfig) |
public PrintExportTableBuilder(com.aspose.words.DocumentBuilder builder, IXFormRenderConfig xRenderConfig, HashMap<String,XItem> noprint)
public void openTable()
public void endTable()
public void endRow()
public void endAllTable()
public boolean getForceList(XItem item, boolean defaultValue)
public boolean getPrintRteFormat(XItem item, boolean defaultValue)
public String getCurrentRowId()
public void setCurrentRowId(String currentRowId)
public com.aspose.words.DocumentBuilder getBuilder()
public void setBuilder(com.aspose.words.DocumentBuilder builder)
public IXFormRenderConfig getxRenderConfig()
public void setxRenderConfig(IXFormRenderConfig xRenderConfig)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.