Generated by
JDiff

Class com.itextpdf.kernel.pdf.tagutils.AccessibilityProperties

Documentation changed from old to new.

Changed Methods
AccessibilityProperties  addRef( TagTreePointer) Documentation changed from old to new.
Adds the reference to other tagged element.
AccessibilityProperties  clearAttributes() Documentation changed from old to new.
Clears the list of attributes.
AccessibilityProperties  clearRefs() Documentation changed from old to new.
Clears the list of references to other tagged elements.
String  getActualText() Documentation changed from old to new.
Gets the actual text of element.
String  getAlternateDescription() Documentation changed from old to new.
Gets the alternate description of element.
List  getAttributesList() Documentation changed from old to new.
Gets the attributes list.
String  getExpansion() Documentation changed from old to new.
Gets the expansion of element.
String  getLanguage() Documentation changed from old to new.
Gets the language identifier of element.
PdfNamespace  getNamespace() Documentation changed from old to new.
Gets the namespace of element.
String  getPhoneme() Documentation changed from old to new.
Gets the phoneme of element.
String  getPhoneticAlphabet() Documentation changed from old to new.
Gets the phonetic alphabet of element.
List  getRefsList() Documentation changed from old to new.
Gets the list of references to other tagged elements.
String  getRole() Documentation changed from old to new.
Gets the role of element.
AccessibilityProperties  setActualText( String) Documentation changed from old to new.
Sets the actual text of element.
AccessibilityProperties  setAlternateDescription( String) Documentation changed from old to new.
Sets the alternate description of element.
AccessibilityProperties  setExpansion( String) Documentation changed from old to new.
Sets the expansion of element.
AccessibilityProperties  setLanguage( String) Documentation changed from old to new.
Sets the language identifier of element.
AccessibilityProperties  setNamespace( PdfNamespace) Documentation changed from old to new.
Sets the namespace of element.
AccessibilityProperties  setPhoneme( String) Documentation changed from old to new.
Sets the phoneme of element.
AccessibilityProperties  setPhoneticAlphabet( String) Documentation changed from old to new.
Sets the phonetic alphabet of element.
AccessibilityProperties  setRole( String) Documentation changed from old to new.
Sets the role of element.
AccessibilityProperties  addAttributes( PdfStructureAttributes) Documentation changed from old to new.
Adds the attributes to the element.
AccessibilityProperties  addAttributes( int, PdfStructureAttributes ) Documentation changed from old to new.
Adds the attributes to the element with specified index.