01 2022 档案
摘要:TRichView更改选择内容样式 方法 TCustomRichViewEdit.ApplyParaStyle 应用指定的段落样式。 procedure ApplyParaStyle(ParaStyleNo: Integer); 参数 ParaStyleNo 段落样式集合中的索引(Style.Par
阅读全文
摘要:TRichView更改选择内容字体 方法 TCustomRichViewEdit.ApplyTextStyle procedure ApplyTextStyle(TextStyleNo: Integer); 将指定的文本样式应用于所选项目( 文本项目、制表符、标签项目) 参数 TextStyleNo
阅读全文
摘要:PDFium 编辑操作 属性和方法 TPdf.ImportPages function ImportPages(Pdf: TPdf; const Range: string; PageNumber: Integer = 1): Boolean; 从指定的PDF文档导入页面。 参数 Pdf 指定导入的
阅读全文
摘要:PDFium 提取文档内容 属性和方法 TPdf.BitmapCount property BitmapCount: Integer; PDF 页面内的 PDF 图像对象数。 TPdf.Bitmap[] property Bitmap[Index: Integer]: TBitmap; 指定 PDF
阅读全文
摘要:PDFium 常用功能 属性和方法 TPdf.Active property Active: Boolean; 打开或关闭选定的PDF文档。 TPdf.FileName property FileName: string; PDF文件的名称(包含路径)。 TPdf.Password property
阅读全文