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,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 existgetE()value of the /E entrytrue if the structure element contains content items as its childrentrue if type is standard but remappedampersand separated list of child element types, role mapped to the standard typesvalue of parent Lang entryparent element type, role mapped to the standard typestandard structure type defined via role mapgetType()the value of the Type entrystructure 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
-
Method Details
-
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 -
getvalueS
String getvalueS()structure type -
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
-