public class AssocEvaluatedVariant extends Object
Сlass describing variant values for Assoc objects
| Constructor and Description |
|---|
AssocEvaluatedVariant() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBitDoubleValue()
Gets or sets the BitDouble value
|
int |
getBitLongValue()
Gets or sets the BitLong value
|
int |
getDxfCode()
Gets or sets dxf code
|
String |
getTextValue()
Gets or sets the Text value
|
void |
setBitDoubleValue(double value)
Gets or sets the BitDouble value
|
void |
setBitLongValue(int value)
Gets or sets the BitLong value
|
void |
setDxfCode(int value)
Gets or sets dxf code
|
void |
setTextValue(String value)
Gets or sets the Text value
|
public final int getDxfCode()
Gets or sets dxf code
public final void setDxfCode(int value)
Gets or sets dxf code
public final double getBitDoubleValue()
Gets or sets the BitDouble value
public final void setBitDoubleValue(double value)
Gets or sets the BitDouble value
public final int getBitLongValue()
Gets or sets the BitLong value
public final void setBitLongValue(int value)
Gets or sets the BitLong value
public final String getTextValue()
Gets or sets the Text value
public final void setTextValue(String value)
Gets or sets the Text value
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.