PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFUserProperty Class / setName Method
The name of the proeprty.
In This Topic
    setName Method
    In This Topic
    Sets the property name.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The name of the proeprty.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also