Uses of Class
cloud.opencode.base.pdf.document.PdfHeader
Packages that use PdfHeader
-
Uses of PdfHeader in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document that return PdfHeaderModifier and TypeMethodDescriptionstatic PdfHeaderPdfHeader.builder()Creates an empty header builder 创建空的页眉构建器Sets center-aligned text 设置居中文本Sets text color 设置文本颜色Sets font 设置字体PdfHeader.fontSize(float size) Sets font size 设置字号DocumentBuilder.getHeader()Sets left-aligned text 设置左对齐文本static PdfHeaderCreates a header with centered text 创建居中文本的页眉Sets right-aligned text 设置右对齐文本PdfHeader.showLine(boolean show) Sets whether to show separator line below header 设置是否显示页眉下方分隔线Methods in cloud.opencode.base.pdf.document with parameters of type PdfHeaderModifier and TypeMethodDescriptionSets document header.