public class DgnMultiTextElement extends DgnTextElement
Represents multi-line text element
| Constructor and Description |
|---|
DgnMultiTextElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the
DgnMultiTextElement class |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(DgnDrawableEntityBase entity)
Adds text element
|
int |
getLinesNumber()
Gets number of lines
|
int |
getLineSpacing()
Gets line spacing
|
short |
getMaximumlengthAllowed()
Gets maximum length allowed
|
short |
getMaximumlengthAllowUsed()
Gets maximum length allowed to use
|
int |
getNodeNumber()
Gets nodes number
|
List<DgnDrawableEntityBase> |
getStrings()
Gets lines
|
SizeF |
getTextSize()
Gets text size in UOR
|
getFontId, getHeightMultiplier, getJustification, getLengthMultiplier, getMaxPoint, getMinPoint, getOrigin, getRotation, getTextgetQuaternionRotationsgetChilds, getId, getMetadatapublic DgnMultiTextElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the DgnMultiTextElement class
rawData - raw datais3DElementExpected - is 3Dpublic int getLinesNumber()
Gets number of lines
public int getNodeNumber()
Gets nodes number
public int getLineSpacing()
Gets line spacing
public short getMaximumlengthAllowed()
Gets maximum length allowed
public short getMaximumlengthAllowUsed()
Gets maximum length allowed to use
public final List<DgnDrawableEntityBase> getStrings()
Gets lines
public final void addEntity(DgnDrawableEntityBase entity)
Adds text element
entity - element to addpublic SizeF getTextSize()
Gets text size in UOR
getTextSize in class DgnTextElementCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.