Uses of Class
de.mid.innovator.srv2api.icw2elem.K_DOCU_ALIGNMENT
-
Packages that use K_DOCU_ALIGNMENT Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of K_DOCU_ALIGNMENT in de.mid.innovator.srv2api.icw2dg
Fields in de.mid.innovator.srv2api.icw2dg declared as K_DOCU_ALIGNMENT Modifier and Type Field Description K_DOCU_ALIGNMENTARG_DocuTableCell. alignmentCell alignmentK_DOCU_ALIGNMENTARG_DocuTitle. alignmentBottomalignment of bottom regionK_DOCU_ALIGNMENTARG_DocuTitle. alignmentCenteralignment of center regionK_DOCU_ALIGNMENTARG_DocuTitle. alignmentTopalignment of top regionConstructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_DOCU_ALIGNMENT Constructor Description ARG_DocuTableCell(java.util.List<ARG_DocuContent> seqContent, java.lang.String uuid, boolean rotate, boolean omitIfEmpty, int width, K_DOCU_ALIGNMENT alignment, K_DOCU_CELL_MEASURE measure, K_DOCU_VERTICAL_ALIGNMENT verticalAlignment)ARG_DocuTitle(java.lang.String top, K_DOCU_ALIGNMENT alignmentTop, java.lang.String center, K_DOCU_ALIGNMENT alignmentCenter, java.lang.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 Modifier and Type Method Description static K_DOCU_ALIGNMENTK_DOCU_ALIGNMENT. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_DOCU_ALIGNMENTK_DOCU_ALIGNMENT. valueOf(java.lang.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.
-