public class BDCProperties extends Object
BDC operator properties.
Constructor and Description |
---|
BDCProperties()
Constructor for properties of BDC operator.
|
BDCProperties(Integer[] mcid)
Constructor for properties of BDC operator.
|
BDCProperties(Integer[] mcid,
String lang)
Constructor for properties of BDC operator.
|
BDCProperties(Integer[] mcid,
String lang,
String expansionText)
Constructor for properties of BDC operator.
|
BDCProperties(String lang)
Constructor for properties of BDC operator.
|
BDCProperties(String lang,
String expansionText)
Constructor for properties of BDC operator.
|
Modifier and Type | Method and Description |
---|---|
String |
getE()
Gets Expansion text value.
|
String |
getLang()
Gets Language value.
|
Integer[] |
getMCID()
Gets/sets MCID value.
|
void |
setE(String value)
sets Expansion text value.
|
void |
setLang(String value)
sets Language value.
|
public BDCProperties(Integer[] mcid)
Constructor for properties of BDC operator.
mcid
- Current mcid.public BDCProperties()
Constructor for properties of BDC operator.
public BDCProperties(String lang)
Constructor for properties of BDC operator.
lang
- Lang tag.public BDCProperties(String lang, String expansionText)
Constructor for properties of BDC operator.
lang
- Lang tag.expansionText
- Expansion text.public BDCProperties(Integer[] mcid, String lang)
Constructor for properties of BDC operator.
mcid
- MCID.lang
- Lang tag.public final Integer[] getMCID()
Gets/sets MCID value.
public final String getLang()
Gets Language value.
public final void setLang(String value)
sets Language value.
value
- String valuepublic final String getE()
Gets Expansion text value.
public final void setE(String value)
sets Expansion text value.
value
- String valueCopyright © 2025 Aspose. All Rights Reserved.