Package com.snowtide.pdf.layout
Interface Word
-
- All Superinterfaces:
OutputSource,Span
public interface Word extends Span
AWordSpanis a contiguous run of characters (TextUnits) within a singleLine. Note that "word" here should not be inferred to carry any specific linguistic meaning: aWordis only indicative of character adjacency (i.e. no intervening whitespace), not the result of any kind of natural language analysis. Thus, a line of text like this:she picked........the flowercontains 3 "Word"s (the second beingpicked......the).- Since:
- v4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Directiondirection()Returns the direction of the text flow within thisWord.intlen()Returns a count of how manyTextUnits are within thisWord.intstart()-
Methods inherited from interface com.snowtide.pdf.OutputSource
pipe, pipe
-
-