Package org.verapdf.model.pdlayer
Interface PDStructElem
- All Superinterfaces:
Object,PDObject,PDStructTreeNode
- 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,SEMathMLStructElem,SENonStandard,SENonStruct,SENote,SEP,SEPart,SEPrivate,SEQuote,SERB,SEReference,SERP,SERT,SERuby,SESect,SESpan,SEStrong,SESub,SETable,SETableCell,SETBody,SETD,SETFoot,SETH,SETHead,SETitle,SETOC,SETOCI,SETR,SEWarichu,SEWP,SEWT
the structure element dictionary
-
Method Summary
Modifier and TypeMethodDescriptionvalue of the /ActualText entrygetAlt()value of the /Alt entrytrue, if circular mapping existtrue if the structure element dictionary contains the langtrue if the struct elem dictionary contains P entrygetE()value of the /E entrythe namespace specified in the element dictionary (or the default namespace, if not explicitly specified) and the element tag separated by the colonvalue of parent Lang entryparent element type, role mapped to the standard typeremapped standard type valuethe namespace and the tag within a given namespace that is remapped to another tag within the same namespacestandard structure type defined via role mapstructure typeMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDStructTreeNode
gethasContentItems, getkidsStandardTypes
-
Method Details
-
getparentStandardType
String getparentStandardType()parent element type, role mapped to the standard type -
getnamespaceAndTag
String getnamespaceAndTag()the namespace specified in the element dictionary (or the default namespace, if not explicitly specified) and the element tag separated by the colon -
getvalueS
String getvalueS()structure type -
getstandardType
String getstandardType()standard structure type defined via role map -
getcontainsLang
Boolean getcontainsLang()true if the structure element dictionary contains the lang -
getparentLang
String getparentLang()value of parent Lang entry -
getremappedStandardType
String getremappedStandardType()remapped standard type value -
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 -
getroleMapToSameNamespaceTag
String getroleMapToSameNamespaceTag()the namespace and the tag within a given namespace that is remapped to another tag within the same namespace -
getcontainsParent
Boolean getcontainsParent()true if the struct elem dictionary contains P entry
-