public class OfficeShapeSettings extends Object implements IDocumentSpecificSettings
Represents settings that can be applied to a shape watermark for an office content.
| Modifier | Constructor and Description |
|---|---|
protected |
OfficeShapeSettings()
Initializes a new instance of the
class. |
| 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.
|
protected OfficeShapeSettings()
OfficeShapeSettings class.public final String getAlternativeText()
Gets the descriptive (alternative) text that will be associated with a shape.
public final String getName()
Gets the name 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.public final void setName(String value)
Sets the name a shape.
value - The shape name.Copyright © 2026. All rights reserved.