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.PageActionNewSection. m_PageActionthe page action.Methods in adams.doc.latex.generator that return NewSection.PageAction Modifier and Type Method Description NewSection.PageActionNewSection. getPageAction()Returns the page action.static NewSection.PageActionNewSection.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 voidNewSection. setPageAction(NewSection.PageAction value)Sets the page action.
-