Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_PARAGRAPH_JUSTIFICATION
Packages that use K_PARAGRAPH_JUSTIFICATION
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_PARAGRAPH_JUSTIFICATION in de.mid.innovator.srv2api.icw2dg
Fields in de.mid.innovator.srv2api.icw2dg declared as K_PARAGRAPH_JUSTIFICATIONMethods in de.mid.innovator.srv2api.icw2dg that return K_PARAGRAPH_JUSTIFICATIONModifier and TypeMethodDescriptionDGChapter.getParagraphJustification()The justification of the paragraph.Methods in de.mid.innovator.srv2api.icw2dg with parameters of type K_PARAGRAPH_JUSTIFICATIONModifier and TypeMethodDescriptionvoidDGChapter.setParagraphJustification(K_PARAGRAPH_JUSTIFICATION value) Set the value of Attribut ParagraphJustification.Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_PARAGRAPH_JUSTIFICATIONModifierConstructorDescriptionARG_DocuNode(String name, String typeName, String stereo, String uuid, 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, String content, String paragraphFormat, String contentFormat, int cellWidth, List<String> data, List<ARG_DocuContent> seqContent, List<ARG_DocuNode> seqChildNode, List<ARG_DocuTableData> seqTableData, 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_JUSTIFICATIONModifier and TypeMethodDescriptionstatic K_PARAGRAPH_JUSTIFICATIONK_PARAGRAPH_JUSTIFICATION.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_PARAGRAPH_JUSTIFICATIONReturns the enum constant of this class with the specified name.static K_PARAGRAPH_JUSTIFICATION[]K_PARAGRAPH_JUSTIFICATION.values()Returns an array containing the constants of this enum class, in the order they are declared.