public class DgnElementMetadata extends Object
Represents summary of a file element was read
Constructor and Description |
---|
DgnElementMetadata() |
Modifier and Type | Method and Description |
---|---|
com.aspose.cad.Color |
getColor()
Gets or sets Color corresponding to Color index
|
int |
getLineStyle()
Gets or sets Line style
|
byte |
getLineWeight()
Gets or sets Line weight
|
DgnElementProperties |
getProperties()
Gets or sets properties
|
int |
getType()
Gets or sets the Type of a file element
|
boolean |
isDeleted()
Gets or sets a value indicating whether a file element was deleted
|
boolean |
isPartOfCompound()
Gets or sets a value indicating whether a file element is a part of compound element
|
void |
setColor(com.aspose.cad.Color value)
Gets or sets Color corresponding to Color index
|
void |
setDeleted(boolean value)
Gets or sets a value indicating whether a file element was deleted
|
void |
setLineStyle(int value)
Gets or sets Line style
|
void |
setLineWeight(byte value)
Gets or sets Line weight
|
void |
setPartOfCompound(boolean value)
Gets or sets a value indicating whether a file element is a part of compound element
|
void |
setType(int value)
Gets or sets the Type of a file element
|
public int getType()
Gets or sets the Type of a file element
public void setType(int value)
Gets or sets the Type of a file element
public boolean isDeleted()
Gets or sets a value indicating whether a file element was deleted
public void setDeleted(boolean value)
Gets or sets a value indicating whether a file element was deleted
public boolean isPartOfCompound()
Gets or sets a value indicating whether a file element is a part of compound element
public void setPartOfCompound(boolean value)
Gets or sets a value indicating whether a file element is a part of compound element
public com.aspose.cad.Color getColor()
Gets or sets Color corresponding to Color index
public void setColor(com.aspose.cad.Color value)
Gets or sets Color corresponding to Color index
public byte getLineWeight()
Gets or sets Line weight
public void setLineWeight(byte value)
Gets or sets Line weight
public int getLineStyle()
Gets or sets Line style
public void setLineStyle(int value)
Gets or sets Line style
public DgnElementProperties getProperties()
Gets or sets properties