public class DgnTextElement extends DgnDrawingElementBaseQuaternion
Represents text element
Constructor and Description |
---|
DgnTextElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the
DgnTextElement class |
Modifier and Type | Method and Description |
---|---|
int |
getFontId()
Gets or sets font id
|
double |
getHeightMultiplier()
Gets or sets char height in master units
|
int |
getJustification()
Gets or sets justification
|
double |
getLengthMultiplier()
Gets or sets char width in master units
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DgnPoint |
getOrigin()
Gets or sets Bottom left corner of text
|
double |
getRotation()
Gets or sets counterclockwise rotation in degrees
|
String |
getText()
Gets actual text
|
com.aspose.cad.SizeF |
getTextSize()
Gets text size in UOR
|
getQuaternionRotations
getMetadata
public DgnTextElement(byte[] rawData, boolean is3DElementExpected)
Initializes a new instance of the DgnTextElement
class
rawData
- raw datais3DElementExpected
- is 3Dpublic int getFontId()
Gets or sets font id
public int getJustification()
Gets or sets justification
public double getLengthMultiplier()
Gets or sets char width in master units
public double getHeightMultiplier()
Gets or sets char height in master units
public double getRotation()
Gets or sets counterclockwise rotation in degrees
public DgnPoint getOrigin()
Gets or sets Bottom left corner of text
public String getText()
Gets actual text
public com.aspose.cad.SizeF getTextSize()
Gets text size in UOR
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint
in class DgnDrawingElementBase
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint
in class DgnDrawingElementBase