Uses of Record Class
cloud.opencode.base.pdf.document.Metadata
Packages that use Metadata
-
Uses of Metadata in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf that return MetadataModifier and TypeMethodDescriptionstatic MetadataOpenPdf.getMetadata(Path source) Gets PDF metadata.PdfDocument.getMetadata()Gets document metadata 获取文档元数据Methods in cloud.opencode.base.pdf with parameters of type MetadataModifier and TypeMethodDescriptionvoidPdfDocument.setMetadata(Metadata metadata) Sets document metadata 设置文档元数据 -
Uses of Metadata in cloud.opencode.base.pdf.document
Methods in cloud.opencode.base.pdf.document that return MetadataModifier and TypeMethodDescriptionMetadata.Builder.build()Builds the metadata 构建元数据static MetadataMetadata.empty()Creates empty metadata 创建空的元数据static MetadataCreates metadata with title only 仅创建带标题的元数据Metadata.withAuthor(String newAuthor) Creates a copy with updated author 创建更新作者后的副本Creates a copy with updated title 创建更新标题后的副本