|
java.lang.Object
Node
Inline
SpecialChar
FieldChar
com.aspose.words.FieldSeparator
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable
public class FieldSeparator - extends FieldChar
Represents a Word field separator that separates the field code from the field result.
FieldSeparator is an inline-level node and represented
by the ControlChar.FIELD_SEPARATOR_CHAR control character in the document. FieldSeparator can only be a child of Paragraph. A complete field in a Microsoft Word document is a complex structure consisting of
a field start character, field code, field separator character, field result
and field end character. Some fields only have field start, field code and field end. To easily insert a new field into a document, use the DocumentBuilder.insertField(java.lang.String, java.lang.String)
method.
|