OfficeShapeSettings
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.
Methods
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. |
getName()
public final String getName()
Gets the name a shape.
Returns: java.lang.String - The shape name.
setName(String value)
public final void setName(String value)
Sets the name a shape.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The shape name. |
getAlternativeText()
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.
setAlternativeText(String value)
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. |