public final class DocumentProperties extends Object
Modifier and Type | Method and Description |
---|---|
Map<BuiltInDocumentProperties,String> |
getBuiltIn()
Gets a collection of built-in document properties.
|
String |
getBuiltIn(BuiltInDocumentProperties builtInDocumentProperty)
Gets a built-in property
This method has the same effect as using
properties. |
Map<String,Object> |
getCustom()
Gets a collection of custom document properties.
|
Object |
getCustom(String name)
Gets a custom property
This method has the same effect as using
properties. |
String |
setBuiltIn(BuiltInDocumentProperties builtInDocumentProperty,
String value)
Sets a built-in property
This method has the same effect as using
properties. |
Object |
setCustom(String name,
String value)
Sets a custom property
This method has the same effect as using
properties. |
String |
toString()
Returns a
String that represents the current DocumentProperties . |
public Map<BuiltInDocumentProperties,String> getBuiltIn()
public String getBuiltIn(BuiltInDocumentProperties builtInDocumentProperty)
properties.getBuiltIn()
.get(builtInDocumentProperty)
public Object getCustom(String name)
properties.getCustom()
() getCustom()}.get(name)
public String setBuiltIn(BuiltInDocumentProperties builtInDocumentProperty, String value)
properties.getBuiltIn()
.put(builtInDocumentProperty, value)
public Object setCustom(String name, String value)
properties.getCustom()
() getCustom()}.put(name, value)
public String toString()
String
that represents the current DocumentProperties
.toString
in class Object
String
that represents the current DocumentProperties
.© GemBox d.o.o. — All rights reserved.