Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase.JustificationType Enumeration

In This Topic
    TextBase.JustificationType Enumeration
    In This Topic
    Syntax
    public enum TextBase.JustificationType : System.Enum 
    public enum class TextBase.JustificationType : public System.Enum 
    Members
    MemberValueDescription
    BaseLineCenter11On base line in the center
    BaseLineLeft10On base line on left
    BaseLineRight12On base line on right
    BottomCenter8Bottom & Center
    BottomLeft7Bottom & Left
    BottomRight9Bottom & Right
    FromLayer0From project layer
    JicSpecialCenter17Special Attachment-Types for PathTexts in JIC-Project
    JicSpecialLeft16Special Attachment-Types for PathTexts in JIC-Project
    JicSpecialRight18Special Attachment-Types for PathTexts in JIC-Project
    MiddleCenter5Total center
    MiddleLeft4Middle & Left
    MiddleRight6Middle & Right
    SpecialCenter14Special Attachment-Types for PathTexts in DIN- and USA-Project
    SpecialLeft13Special Attachment-Types for PathTexts in DIN- and USA-Project
    SpecialRight15Special Attachment-Types for PathTexts in DIN- and USA-Project
    TopCenter2Top & Center
    TopLeft1Top & Left
    TopRight3Top & Right
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Graphics.TextBase.JustificationType

    See Also