@Deprecated public interface IRenderUtils
Modifier and Type | Method and Description |
---|---|
Letter |
copyLetter(Letter letter)
Deprecated.
|
byte[] |
extendLayout(Letter letter,
String dataRootName)
Deprecated.
|
byte[] |
extendLayout(Letter letter,
String dataRootName,
com.adobe.icc.render.obj.ContextData contextData,
boolean includeFragmentsUnconditionally)
Deprecated.
|
com.adobe.xfa.Document |
extendLayout2(Letter letter,
String dataRootName,
com.adobe.icc.render.obj.ContextData contextData,
boolean includeFragmentsUnconditionally)
Deprecated.
|
@Deprecated byte[] extendLayout(Letter letter, String dataRootName) throws ICCException
layout
target areas. Following extensions are done:
letter
- The Letter Template whose Layout XDP is to be extended. This object may be modified as part of letter extension.dataRootName
- Name of the root node of the data XML which is expected to be merged with this template.
dataRootName
since the data that will be merged with this Letter is using a different root element than that which was
originally used in the Letter's layout; Without this change, Target data SOMs will not resolve properly and
module data will not get inserted into the PDF.
ICCException
@Deprecated byte[] extendLayout(Letter letter, String dataRootName, com.adobe.icc.render.obj.ContextData contextData, boolean includeFragmentsUnconditionally) throws ICCException
layout
target areas. Following extensions are done:
letter
- The Letter Template whose Layout XDP is to be extended. This object may be modified as part of letter extension.dataRootName
- Name of the root node of the data XML which is expected to be merged with this template.
dataRootName
since the data that will be merged with this Letter is using a different root element than that which was
originally used in the Letter's layout; Without this change, Target data SOMs will not resolve properly and
module data will not get inserted into the PDF.
contextData
- context data for evaluating expressions in container layout assignment objects.includeFragmentsUnconditionally
- flag to indicate whether fragments should always be included in rendered letter.ICCException
@Deprecated com.adobe.xfa.Document extendLayout2(Letter letter, String dataRootName, com.adobe.icc.render.obj.ContextData contextData, boolean includeFragmentsUnconditionally) throws ICCException
layout
target areas. Following extensions are done:
letter
- The Letter Template whose Layout XDP is to be extended. This object may be modified as part of letter extension.dataRootName
- Name of the root node of the data XML which is expected to be merged with this template.
dataRootName
since the data that will be merged with this Letter is using a different root element than that which was
originally used in the Letter's layout; Without this change, Target data SOMs will not resolve properly and
module data will not get inserted into the PDF.
contextData
- context data for evaluating expressions in container layout assignment objects.includeFragmentsUnconditionally
- flag to indicate whether fragments should always be included in rendered letter.ICCException
@Deprecated Letter copyLetter(Letter letter) throws ICCException
letter
- - letter object to copyICCException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.