public class PdfUserPropertiesAttributes extends PdfStructureAttributes
Constructor and Description |
---|
PdfUserPropertiesAttributes() |
PdfUserPropertiesAttributes(List<PdfUserProperty> userProperties) |
PdfUserPropertiesAttributes(PdfDictionary attributesDict) |
Modifier and Type | Method and Description |
---|---|
PdfUserPropertiesAttributes |
addUserProperty(PdfUserProperty userProperty) |
int |
getNumberOfUserProperties() |
PdfUserProperty |
getUserProperty(int i) |
PdfUserPropertiesAttributes |
removeUserProperty(int i) |
addEnumAttribute, addFloatAttribute, addIntAttribute, addTextAttribute, getAttributeAsEnum, getAttributeAsFloat, getAttributeAsInt, getAttributeAsText, isWrappedObjectMustBeIndirect, removeAttribute
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfUserPropertiesAttributes(PdfDictionary attributesDict)
public PdfUserPropertiesAttributes()
public PdfUserPropertiesAttributes(List<PdfUserProperty> userProperties)
public PdfUserPropertiesAttributes addUserProperty(PdfUserProperty userProperty)
public PdfUserProperty getUserProperty(int i)
public PdfUserPropertiesAttributes removeUserProperty(int i)
public int getNumberOfUserProperties()
Copyright © 1998–2020 iText Group NV. All rights reserved.