public class BDCProperties extends Object
BDC operator properties.
| Constructor and Description |
|---|
BDCProperties()
Constructor for properties of BDC operator.
|
BDCProperties(com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter primitive) |
BDCProperties(Nullable<Integer> mcid)
Constructor for properties of BDC operator.
|
BDCProperties(Nullable<Integer> mcid,
String lang)
Constructor for properties of BDC operator.
|
BDCProperties(Nullable<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.
|
Nullable<Integer> |
getMCID()
Gets/sets MCID value.
|
void |
setE(String value)
sets Expansion text value.
|
void |
setLang(String value)
sets Language value.
|
public BDCProperties(com.aspose.pdf.engine.commondata.pagecontent.operators.commands.CommandParameter primitive)
public BDCProperties(Nullable<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(Nullable<Integer> mcid, String lang)
Constructor for properties of BDC operator.
mcid - MCID.lang - Lang tag.public final Nullable<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.