Uses of Class
de.mid.innovator.srv2api.icw2elem.K_DOCU_ALIGNMENT

Packages that use K_DOCU_ALIGNMENT
de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation. 
de.mid.innovator.srv2api.icw2elem   
 

Uses of K_DOCU_ALIGNMENT in de.mid.innovator.srv2api.icw2dg
 

Fields in de.mid.innovator.srv2api.icw2dg declared as K_DOCU_ALIGNMENT
 K_DOCU_ALIGNMENT ARG_DocuTableCell.alignment
          Cell alignment
 K_DOCU_ALIGNMENT ARG_DocuTitle.alignmentBottom
          alignment of bottom region
 K_DOCU_ALIGNMENT ARG_DocuTitle.alignmentCenter
          alignment of center region
 K_DOCU_ALIGNMENT ARG_DocuTitle.alignmentTop
          alignment of top region
 

Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_DOCU_ALIGNMENT
ARG_DocuTableCell(List<ARG_DocuContent> seqContent, String uuid, boolean rotate, boolean omitIfEmpty, int width, K_DOCU_ALIGNMENT alignment, K_DOCU_CELL_MEASURE measure, K_DOCU_VERTICAL_ALIGNMENT verticalAlignment)
           
ARG_DocuTitle(String top, K_DOCU_ALIGNMENT alignmentTop, String center, K_DOCU_ALIGNMENT alignmentCenter, String bottom, K_DOCU_ALIGNMENT alignmentBottom)
           
 

Uses of K_DOCU_ALIGNMENT in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem that return K_DOCU_ALIGNMENT
static K_DOCU_ALIGNMENT K_DOCU_ALIGNMENT.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_DOCU_ALIGNMENT K_DOCU_ALIGNMENT.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static K_DOCU_ALIGNMENT[] K_DOCU_ALIGNMENT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.