Packages

 

com.aspose.cad.fileformats.dgn.dgnelements

Class DgnTextElement

    • Constructor Detail

      • DgnTextElement

        public DgnTextElement(byte[] rawData,
                              boolean is3DElementExpected)

        Initializes a new instance of the DgnTextElement class

        Parameters:
        rawData - raw data
        is3DElementExpected - is 3D
    • Method Detail

      • getFontId

        public int getFontId()

        Gets or sets font id

      • getJustification

        public int getJustification()

        Gets or sets justification

      • getLengthMultiplier

        public double getLengthMultiplier()

        Gets or sets char width in master units

      • getHeightMultiplier

        public double getHeightMultiplier()

        Gets or sets char height in master units

      • getRotation

        public double getRotation()

        Gets or sets counterclockwise rotation in degrees

      • getOrigin

        public DgnPoint getOrigin()

        Gets or sets Bottom left corner of text

      • getText

        public String getText()

        Gets actual text

      • getTextSize

        public com.aspose.cad.SizeF getTextSize()

        Gets text size in UOR