Package de.xima.aspose.processor.core
Class WordField
java.lang.Object
de.xima.aspose.processor.core.WordField
- All Implemented Interfaces:
IWordField
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.aspose.words.Field
convertToField
(String fieldCode) com.aspose.words.Run
static IWordField
forFormField
(com.aspose.words.FormField formField) static IWordField
forMergeField
(com.aspose.words.FieldMergeField mergeField) <T extends com.aspose.words.Node>
TgetClosestParentOfType
(Class<T> type) int
void
setTextContent
(String value) <T extends com.aspose.words.Node>
TunwrapNode
(Class<T> type)
-
Field Details
-
current
-
-
Method Details
-
convertToField
- Specified by:
convertToField
in interfaceIWordField
-
convertToRun
public com.aspose.words.Run convertToRun()- Specified by:
convertToRun
in interfaceIWordField
-
getClosestParentOfType
- Specified by:
getClosestParentOfType
in interfaceIWordField
-
getFieldType
public int getFieldType()- Specified by:
getFieldType
in interfaceIWordField
-
setTextContent
- Specified by:
setTextContent
in interfaceIWordField
- Throws:
Exception
-
unwrapNode
- Specified by:
unwrapNode
in interfaceIWordField
-
forFormField
-
forMergeField
-