Package org.verapdf.model.salayer
Interface SATextChunk
-
- All Known Implementing Classes:
GFSATextChunk
public interface SATextChunk extends SAChunk
text chunk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetcontrastRatio()contrast ratioBooleangethasSpecialBackground()true, if this text chunk has background different from common backgroundBooleangethasSpecialStyle()true, if this text chunk has style different from common styleBooleangetisUnderlined()true, if this text chunk is underlinedBooleangetisWhiteSpaceChunk()true, if this text chunk consists of white spacesStringgetparentsStandardTypes()ampersand separated list of all parent elements standard types of this text chunk in the structure hierarchyDoublegettextSize()text sizeDoublegettextWeight()text weight-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
-