Package org.verapdf.model.salayer
Interface SATextChunk
- All Known Implementing Classes:
GFSATextChunk
text chunk
-
Method Summary
Modifier and TypeMethodDescriptioncontrast ratiotrue, if this text chunk has background different from common backgroundtrue, if this text chunk has style different from common styletrue, if this text chunk is underlinedtrue, if this text chunk consists of white spacesampersand separated list of all parent elements standard types of this text chunk in the structure hierarchytext sizetext weightMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
gettextSize
Double gettextSize()text size -
getcontrastRatio
Double getcontrastRatio()contrast ratio -
gettextWeight
Double gettextWeight()text weight -
gethasSpecialStyle
Boolean gethasSpecialStyle()true, if this text chunk has style different from common style -
gethasSpecialBackground
Boolean gethasSpecialBackground()true, if this text chunk has background different from common background -
getisUnderlined
Boolean getisUnderlined()true, if this text chunk is underlined -
getparentsStandardTypes
String getparentsStandardTypes()ampersand separated list of all parent elements standard types of this text chunk in the structure hierarchy -
getisWhiteSpaceChunk
Boolean getisWhiteSpaceChunk()true, if this text chunk consists of white spaces
-