public interface IRTFDocumentTransformer
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupByPerPageBreak() |
boolean |
isCircularReferences() |
void |
setCircularReferences(boolean circularReferences) |
void |
setGroupByPerPageBreak(int groupByPerPageBreak) |
void |
setTransformerConfig(TransformerConfig transformerConfig) |
RTFDocument |
transform(RTFDocument document,
IContext context) |
RTFDocument |
transform(RTFDocument document,
RTFContextFields contextFields) |
void setTransformerConfig(TransformerConfig transformerConfig)
int getGroupByPerPageBreak()
void setGroupByPerPageBreak(int groupByPerPageBreak)
void setCircularReferences(boolean circularReferences)
boolean isCircularReferences()
RTFDocument transform(RTFDocument document, IContext context) throws IOException
IOExceptionRTFDocument transform(RTFDocument document, RTFContextFields contextFields) throws IOException
IOExceptionCopyright © 2020 Mice S.r.l. All rights reserved.