Class PdfUserPropertiesAttributes
java.lang.Object
com.itextpdf.kernel.pdf.PdfObjectWrapper<PdfDictionary>
com.itextpdf.kernel.pdf.tagging.PdfStructureAttributes
com.itextpdf.kernel.pdf.tagging.PdfUserPropertiesAttributes
-
Constructor Summary
ConstructorsConstructorDescriptionPdfUserPropertiesAttributes(PdfDictionary attributesDict) PdfUserPropertiesAttributes(List<PdfUserProperty> userProperties) -
Method Summary
Modifier and TypeMethodDescriptionaddUserProperty(PdfUserProperty userProperty) intgetUserProperty(int i) removeUserProperty(int i) Methods inherited from class PdfStructureAttributes
addEnumAttribute, addFloatAttribute, addIntAttribute, addTextAttribute, getAttributeAsEnum, getAttributeAsFloat, getAttributeAsInt, getAttributeAsText, getPdfOwner, isWrappedObjectMustBeIndirect, removeAttribute
-
Constructor Details
-
PdfUserPropertiesAttributes
-
PdfUserPropertiesAttributes
public PdfUserPropertiesAttributes() -
PdfUserPropertiesAttributes
-
-
Method Details
-
addUserProperty
-
getUserProperty
-
removeUserProperty
-
getNumberOfUserProperties
public int getNumberOfUserProperties()
-