Uses of Class
adams.data.PageOrientation
-
-
Uses of PageOrientation in adams.data
Methods in adams.data that return PageOrientation Modifier and Type Method Description static PageOrientation
PageOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PageOrientation[]
PageOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PageOrientation in adams.data.jai.transformer
Fields in adams.data.jai.transformer declared as PageOrientation Modifier and Type Field Description protected PageOrientation
ChangeOrientation. m_Orientation
the orientation for the image.Methods in adams.data.jai.transformer that return PageOrientation Modifier and Type Method Description PageOrientation
ChangeOrientation. getOrientation()
Returns the page orientation.Methods in adams.data.jai.transformer with parameters of type PageOrientation Modifier and Type Method Description void
ChangeOrientation. setOrientation(PageOrientation value)
Sets the page orientation. -
Uses of PageOrientation in adams.flow.source
Fields in adams.flow.source declared as PageOrientation Modifier and Type Field Description protected PageOrientation
PDFNewDocument. m_PageOrientation
the page orientation.Methods in adams.flow.source that return PageOrientation Modifier and Type Method Description PageOrientation
PDFNewDocument. getPageOrientation()
Returns the page orientation.Methods in adams.flow.source with parameters of type PageOrientation Modifier and Type Method Description void
PDFNewDocument. setPageOrientation(PageOrientation value)
Sets the page orientation. -
Uses of PageOrientation in adams.flow.transformer
Fields in adams.flow.transformer declared as PageOrientation Modifier and Type Field Description protected PageOrientation
PDFCreate. m_PageOrientation
the page orientation.Methods in adams.flow.transformer that return PageOrientation Modifier and Type Method Description PageOrientation
PDFCreate. getPageOrientation()
Returns the page orientation.Methods in adams.flow.transformer with parameters of type PageOrientation Modifier and Type Method Description void
PDFCreate. setPageOrientation(PageOrientation value)
Sets the page orientation. -
Uses of PageOrientation in adams.flow.transformer.pdfgenerate
Fields in adams.flow.transformer.pdfgenerate declared as PageOrientation Modifier and Type Field Description protected PageOrientation
Proclets. m_PageOrientation
the page orientation.Methods in adams.flow.transformer.pdfgenerate that return PageOrientation Modifier and Type Method Description PageOrientation
Proclets. getPageOrientation()
Returns the page orientation.Methods in adams.flow.transformer.pdfgenerate with parameters of type PageOrientation Modifier and Type Method Description void
Proclets. setPageOrientation(PageOrientation value)
Sets the page orientation. -
Uses of PageOrientation in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as PageOrientation Modifier and Type Field Description protected PageOrientation
PDFGenerator. m_PageOrientation
the page orientation.Methods in adams.flow.transformer.pdfproclet that return PageOrientation Modifier and Type Method Description PageOrientation
PDFGenerator. getPageOrientation()
Returns the page orientation.Methods in adams.flow.transformer.pdfproclet with parameters of type PageOrientation Modifier and Type Method Description void
PDFGenerator. setPageOrientation(PageOrientation value)
Sets the page orientation. -
Uses of PageOrientation in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as PageOrientation Modifier and Type Field Description protected PageOrientation
PDFExport. m_PageOrientation
the page orientation.Methods in adams.gui.visualization.multiobjectexport that return PageOrientation Modifier and Type Method Description PageOrientation
PDFExport. getPageOrientation()
Returns the page orientation.Methods in adams.gui.visualization.multiobjectexport with parameters of type PageOrientation Modifier and Type Method Description void
PDFExport. setPageOrientation(PageOrientation value)
Sets the page orientation.
-