Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_DOCU_ALIGNMENT
Packages that use K_DOCU_ALIGNMENT
Package
Description
The documentation package deals with the model documentation configuration and
generation.
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_ALIGNMENTModifier and TypeFieldDescriptionARG_DocuTableCell.alignmentCell alignmentARG_DocuTitle.alignmentBottomalignment of bottom regionARG_DocuTitle.alignmentCenteralignment of center regionARG_DocuTitle.alignmentTopalignment of top regionConstructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_DOCU_ALIGNMENTModifierConstructorDescriptionARG_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_ALIGNMENTModifier and TypeMethodDescriptionstatic K_DOCU_ALIGNMENTK_DOCU_ALIGNMENT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_DOCU_ALIGNMENTReturns the enum constant of this class with the specified name.static K_DOCU_ALIGNMENT[]K_DOCU_ALIGNMENT.values()Returns an array containing the constants of this enum class, in the order they are declared.