Uses of Class
net.anotheria.anosite.gen.aslayoutdata.data.PageLayoutDocument
-
Packages that use PageLayoutDocument Package Description net.anotheria.anosite.gen.aslayoutdata.data -
-
Uses of PageLayoutDocument in net.anotheria.anosite.gen.aslayoutdata.data
Methods in net.anotheria.anosite.gen.aslayoutdata.data that return PageLayoutDocument Modifier and Type Method Description PageLayoutDocumentModuleASLayoutData. createPageLayout(PageLayoutDocument pagelayout)PageLayoutDocumentModuleASLayoutData. getPageLayout(java.lang.String id)PageLayoutDocumentModuleASLayoutData. importPageLayout(PageLayoutDocument pagelayout)Methods in net.anotheria.anosite.gen.aslayoutdata.data that return types with arguments of type PageLayoutDocument Modifier and Type Method Description java.util.List<PageLayoutDocument>ModuleASLayoutData. getPageLayouts()Methods in net.anotheria.anosite.gen.aslayoutdata.data with parameters of type PageLayoutDocument Modifier and Type Method Description PageLayoutDocumentModuleASLayoutData. createPageLayout(PageLayoutDocument pagelayout)PageLayoutDocumentModuleASLayoutData. importPageLayout(PageLayoutDocument pagelayout)voidModuleASLayoutData. updatePageLayout(PageLayoutDocument pagelayout)Constructors in net.anotheria.anosite.gen.aslayoutdata.data with parameters of type PageLayoutDocument Constructor Description PageLayoutDocument(PageLayoutDocument toClone)
-