Uses of Class
org.ofdrw.layout.PageLayout
Packages that use PageLayout
Package
Description
-
Uses of PageLayout in org.ofdrw.layout
Methods in org.ofdrw.layout that return PageLayoutModifier and TypeMethodDescriptionstatic PageLayoutPageLayout.A0()static PageLayoutPageLayout.A1()static PageLayoutPageLayout.A10()static PageLayoutPageLayout.A2()static PageLayoutPageLayout.A3()static PageLayoutPageLayout.A4()static PageLayoutPageLayout.A5()static PageLayoutPageLayout.A6()static PageLayoutPageLayout.A7()static PageLayoutPageLayout.A8()static PageLayoutPageLayout.A9()PageLayout.clone()OFDDoc.getPageLayout()获取页面样式(只读)VirtualPage.getStyle()PageLayout.setMarginBottom(double bottom) PageLayout.setMarginLeft(double left) PageLayout.setMarginRight(double right) PageLayout.setMarginTop(double top) Methods in org.ofdrw.layout with parameters of type PageLayoutModifier and TypeMethodDescriptionStreamCollect.analyze(PageLayout pageLayout) 分析流式内容 转换为 虚拟页面OFDDoc.setDefaultPageLayout(PageLayout pageLayout) 设置页面默认的样式voidVirtualPage.setStyle(PageLayout style) Constructors in org.ofdrw.layout with parameters of type PageLayout -
Uses of PageLayout in org.ofdrw.layout.edit
Constructors in org.ofdrw.layout.edit with parameters of type PageLayout -
Uses of PageLayout in org.ofdrw.layout.element.canvas
Constructors in org.ofdrw.layout.element.canvas with parameters of type PageLayout -
Uses of PageLayout in org.ofdrw.layout.engine
Constructors in org.ofdrw.layout.engine with parameters of type PageLayoutModifierConstructorDescriptionSegmentationEngine(PageLayout pageLayout) StreamingLayoutAnalyzer(PageLayout layout) VPageParseEngine(PageLayout pageLayout, DocDir docDir, ResManager prm, AtomicInteger maxUnitID) 创建虚拟页面解析器