@Deprecated public class OfficeShapeSettings extends Object
Represents settings that can be applied to a shape watermark for an office document.
Constructor and Description |
---|
OfficeShapeSettings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
Deprecated.
Gets the descriptive (alternative) text that will be associated with a shape.
|
String |
getName()
Deprecated.
Gets the name a shape.
|
void |
setAlternativeText(String value)
Deprecated.
Sets the descriptive (alternative) text that will be associated with a shape.
|
void |
setName(String value)
Deprecated.
Sets the name a shape.
|
public final String getName()
Gets the name a shape.
public final void setName(String value)
Sets the name a shape.
value
- The shape name.public final String getAlternativeText()
Gets the descriptive (alternative) text that will be associated with a shape.
public final void setAlternativeText(String value)
Sets the descriptive (alternative) text that will be associated with a shape.
value
- The descriptive (alternative) text that will be associated with a shape.