public class OfficeShapeSettings extends Object
Represents settings that can be applied to a shape watermark for an office document.
Constructor and Description |
---|
OfficeShapeSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
Gets the descriptive (alternative) text that will be associated with a shape.
|
String |
getName()
Gets the name a shape.
|
void |
setAlternativeText(String value)
Sets the descriptive (alternative) text that will be associated with a shape.
|
void |
setName(String value)
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.Copyright © 2018. All rights reserved.