Uses of Class
cloud.opencode.base.pdf.content.PdfText
Packages that use PdfText
Package
Description
-
Uses of PdfText in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf with parameters of type PdfText -
Uses of PdfText in cloud.opencode.base.pdf.content
Methods in cloud.opencode.base.pdf.content that return PdfTextModifier and TypeMethodDescriptionPdfText.bold(boolean bold) Sets bold style 设置粗体样式static PdfTextPdfText.builder()Creates a text builder 创建文本构建器PdfText.characterSpacing(float spacing) Sets character spacing 设置字符间距PdfText.color(int r, int g, int b) Sets text color from RGB values 从 RGB 值设置文本颜色Sets text color 设置文本颜色Sets text content 设置文本内容Sets font 设置字体PdfText.fontSize(float size) Sets font size 设置字体大小PdfText.italic(boolean italic) Sets italic style 设置斜体样式static PdfTextCreates text at position 在指定位置创建文本PdfText.position(float x, float y) Sets position 设置位置PdfText.rotation(float degrees) Sets rotation angle 设置旋转角度PdfText.underline(boolean underline) Sets underline style 设置下划线样式PdfText.wordSpacing(float spacing) Sets word spacing 设置单词间距 -
Uses of PdfText in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document with parameters of type PdfTextModifier and TypeMethodDescriptionAdds a PdfText element.