Uses of Class
cloud.opencode.base.pdf.content.PdfLine
Packages that use PdfLine
Package
Description
-
Uses of PdfLine in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf with parameters of type PdfLine -
Uses of PdfLine in cloud.opencode.base.pdf.content
Methods in cloud.opencode.base.pdf.content that return PdfLineModifier and TypeMethodDescriptionstatic PdfLinePdfLine.builder()Creates a line builder 创建线条构建器PdfLine.from(float x, float y) PdfLine.lineWidth(float width) static PdfLinePdfLine.of(float x1, float y1, float x2, float y2) Creates a line from point to point 从一点到另一点创建线条PdfLine.style(PdfLine.LineStyle style) PdfLine.to(float x, float y) -
Uses of PdfLine in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document with parameters of type PdfLineModifier and TypeMethodDescriptionDraws a line with style.