Uses of Class
org.ofdrw.layout.element.Span
Packages that use Span
-
Uses of Span in org.ofdrw.layout.element
Subclasses of Span in org.ofdrw.layout.elementMethods in org.ofdrw.layout.element that return SpanModifier and TypeMethodDescriptionSpan.clone()Span.setBold(boolean bold) 设置是否加粗Span.setColor(int[] rgb) 设置字体颜色Span.setColor(int r, int g, int b) 设置字体颜色设置 文字颜色Span.setFill(boolean fill) Span.setFontSize(Double fontSize) Span.setIntegrity(Boolean integrity) Span.setItalic(boolean italic) Span.setLetterSpacing(Double letterSpacing) Span.setLinebreak(boolean linebreak) 设置Span为占满剩下行空间的元素Span.setUnderline(boolean underline) 设置 下划线Span.setUnderline(boolean underline, double offset, double width) 设置下划线Span.setWeight(org.ofdrw.core.text.text.Weight weight) 设置字体粗细Span[]Span.split(int index) 切分元素TxtLineBlock.trySplitAdd(Span span) 尝试通过切分文字单元的方式加入行内Methods in org.ofdrw.layout.element that return types with arguments of type SpanModifier and TypeMethodDescriptionParagraph.getContents()TxtLineBlock.getInlineSpans()获取行内所有文字单元PlaceholderSpan.splitLineBreak()获取经过行内换行处理之后的Span列表Span.splitLineBreak()获取经过行内换行处理之后的Span列表Methods in org.ofdrw.layout.element with parameters of type SpanModifier and TypeMethodDescription加入带有特殊样式文字内容boolean尝试向行中加入文字单元TxtLineBlock.trySplitAdd(Span span) 尝试通过切分文字单元的方式加入行内Method parameters in org.ofdrw.layout.element with type arguments of type SpanConstructors in org.ofdrw.layout.element with parameters of type Span