public class DocField extends Object
Represents a field in a word processing document.
DocField()
String
getName()
void
setName(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DocField()
public final String getName()
Gets the name of the field.
public final void setName(String value)
Sets the name of the field.
value
Copyright © 2019. All rights reserved.