Uses of Class
de.mid.innovator.srv2api.icw2elem.K_PARAGRAPH_JUSTIFICATION
-
Packages that use K_PARAGRAPH_JUSTIFICATION 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_PARAGRAPH_JUSTIFICATION in de.mid.innovator.srv2api.icw2dg
Fields in de.mid.innovator.srv2api.icw2dg declared as K_PARAGRAPH_JUSTIFICATION Modifier and Type Field Description K_PARAGRAPH_JUSTIFICATION
ARG_DocuNode. paragraphJustification
paragraph justificationMethods in de.mid.innovator.srv2api.icw2dg that return K_PARAGRAPH_JUSTIFICATION Modifier and Type Method Description K_PARAGRAPH_JUSTIFICATION
DGChapter. getParagraphJustification()
The justification of the paragraph.Methods in de.mid.innovator.srv2api.icw2dg with parameters of type K_PARAGRAPH_JUSTIFICATION Modifier and Type Method Description void
DGChapter. setParagraphJustification(K_PARAGRAPH_JUSTIFICATION value)
Set the value of Attribut ParagraphJustification.Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_PARAGRAPH_JUSTIFICATION Constructor Description ARG_DocuNode(java.lang.String name, java.lang.String typeName, java.lang.String stereo, java.lang.String uuid, java.lang.String parentUuid, ELElement ohThis, ELElement ohElem, K_CHAPTER_TYPE chapterType, boolean pageBreakBefore, boolean pageBreakAfter, boolean isHeadingSuppressed, boolean isIndex, boolean keepIfEmpty, boolean rotatePage, K_NUMBER_FORMAT numberFormat, K_PARAGRAPH_JUSTIFICATION paragraphJustification, K_DOCU_OUTPUT_MODE attachmentOutputMode, java.lang.String content, java.lang.String paragraphFormat, java.lang.String contentFormat, int cellWidth, java.util.List<java.lang.String> data, java.util.List<ARG_DocuContent> seqContent, java.util.List<ARG_DocuNode> seqChildNode, java.util.List<ARG_DocuTableData> seqTableData, java.util.List<ELElement> seqVWDocu)
-
Uses of K_PARAGRAPH_JUSTIFICATION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_PARAGRAPH_JUSTIFICATION Modifier and Type Method Description static K_PARAGRAPH_JUSTIFICATION
K_PARAGRAPH_JUSTIFICATION. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_PARAGRAPH_JUSTIFICATION
K_PARAGRAPH_JUSTIFICATION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_PARAGRAPH_JUSTIFICATION[]
K_PARAGRAPH_JUSTIFICATION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-