Uses of Class
adams.doc.latex.generator.NewSection.PageAction
-
Packages that use NewSection.PageAction Package Description adams.doc.latex.generator -
-
Uses of NewSection.PageAction in adams.doc.latex.generator
Fields in adams.doc.latex.generator declared as NewSection.PageAction Modifier and Type Field Description protected NewSection.PageAction
NewSection. m_PageAction
the page action.Methods in adams.doc.latex.generator that return NewSection.PageAction Modifier and Type Method Description NewSection.PageAction
NewSection. getPageAction()
Returns the page action.static NewSection.PageAction
NewSection.PageAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewSection.PageAction[]
NewSection.PageAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.doc.latex.generator with parameters of type NewSection.PageAction Modifier and Type Method Description void
NewSection. setPageAction(NewSection.PageAction value)
Sets the page action.
-