OfficeShapeSettings
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.watermark.internal.IDocumentSpecificSettings
public class OfficeShapeSettings implements IDocumentSpecificSettings
Represents settings that can be applied to a shape watermark for an office content.
| Method | Description |
|---|---|
| getName() | Gets the name a shape. |
| setName(String value) | Sets the name a shape. |
| getAlternativeText() | Gets the descriptive (alternative) text that will be associated with a shape. |
| setAlternativeText(String value) | Sets the descriptive (alternative) text that will be associated with a shape. |
public final String getName()
Gets the name a shape.
Returns: java.lang.String - The shape name.
public final void setName(String value)
Sets the name a shape.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The shape name. |
public final String getAlternativeText()
Gets the descriptive (alternative) text that will be associated with a shape.
Returns: java.lang.String - 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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The descriptive (alternative) text that will be associated with a shape. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.