WordProcessingField
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class WordProcessingField extends CustomPackage
Represents a field in a word processing document.
Learn more
Methods
| Method | Description |
|---|---|
| getCode() | Gets the field code. |
| getResult() | Gets the field result. |
getCode()
public final String getCode()
Gets the field code.
Returns: java.lang.String - The field code.
getResult()
public final String getResult()
Gets the field result.
Returns: java.lang.String - The field result.