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 ratioBooleangethasSpecialStyle()true, if this text chunk has style different from common styleBooleangetisUnderlined()true, if this text chunk is underlinedStringgetparentsStandardTypes()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
-
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
-
-