Package org.verapdf.model.pdlayer
Interface PDStructElem
-
- All Known Subinterfaces:
SEAnnot,SEArt,SEArtifact,SEAside,SEBibEntry,SEBlockQuote,SECaption,SECode,SEDiv,SEDocument,SEDocumentFragment,SEEm,SEFENote,SEFigure,SEForm,SEFormula,SEH,SEHn,SEIndex,SEL,SELbl,SELBody,SELI,SELink,SENonStandard,SENonStruct,SENote,SEP,SEPart,SEPrivate,SEQuote,SERB,SEReference,SERP,SERT,SERuby,SESect,SESpan,SEStrong,SESub,SETable,SETBody,SETD,SETFoot,SETH,SETHead,SETitle,SETOC,SETOCI,SETR,SEWarichu,SEWP,SEWT
public interface PDStructElem extends PDObject
the structure element dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActualText()value of the /ActualText entryStringgetAlt()value of the /Alt entryBooleangetcircularMappingExist()true, if circular mapping existStringgetE()value of the /E entryBooleangethasContentItems()true if the structure element contains content items as its childrenBooleangetisRemappedStandardType()true if type is standard but remappedStringgetkidsStandardTypes()ampersand separated list of child element types, role mapped to the standard typesStringgetparentLang()value of parent Lang entryStringgetparentStandardType()parent element type, role mapped to the standard typeStringgetstandardType()standard structure type defined via role mapStringgetType()the value of the Type entry-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getType
String getType()
the value of the Type entry
-
getkidsStandardTypes
String getkidsStandardTypes()
ampersand separated list of child element types, role mapped to the standard types
-
getparentStandardType
String getparentStandardType()
parent element type, role mapped to the standard type
-
gethasContentItems
Boolean gethasContentItems()
true if the structure element contains content items as its children
-
getstandardType
String getstandardType()
standard structure type defined via role map
-
getparentLang
String getparentLang()
value of parent Lang entry
-
getisRemappedStandardType
Boolean getisRemappedStandardType()
true if type is standard but remapped
-
getAlt
String getAlt()
value of the /Alt entry
-
getActualText
String getActualText()
value of the /ActualText entry
-
getE
String getE()
value of the /E entry
-
getcircularMappingExist
Boolean getcircularMappingExist()
true, if circular mapping exist
-
-