public class DocumentField extends Object
Learn more
Constructor and Description |
---|
DocumentField(String name,
String value)
Initializes a new instance of the
DocumentField class. |
Modifier and Type | Method and Description |
---|---|
protected static DocumentField |
createProtected(String name,
String value) |
protected static DocumentField |
deserializeProtected(com.aspose.ms.System.IO.Stream stream) |
String |
getName()
Gets a field name.
|
String |
getValue()
Gets a field value.
|
protected static void |
serializeProtected(DocumentField field,
com.aspose.ms.System.IO.Stream stream) |
protected static void |
setValueProtected(DocumentField field,
String value) |
protected static DocumentField createProtected(String name, String value)
public final String getName()
Gets a field name.
public final String getValue()
Gets a field value.
protected static void setValueProtected(DocumentField field, String value)
protected static void serializeProtected(DocumentField field, com.aspose.ms.System.IO.Stream stream)
protected static DocumentField deserializeProtected(com.aspose.ms.System.IO.Stream stream)