OfficeTextEffects
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.watermark.internal.IDocumentSpecificSettings
public abstract class OfficeTextEffects implements IDocumentSpecificSettings
Represents effects that can be applied to a text watermark for an office content.
| Method | Description |
|---|---|
| getLineFormat() | Gets the line format settings. |
| setLineFormat(OfficeLineFormat value) | Sets the line format settings. |
public final OfficeLineFormat getLineFormat()
Gets the line format settings.
Returns:
OfficeLineFormat - The instance of [OfficeLineFormat](../../com.groupdocs.watermark.contents/officelineformat) class, representing shape line format.
public final void setLineFormat(OfficeLineFormat value)
Sets the line format settings.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | OfficeLineFormat | The instance of [OfficeLineFormat](../../com.groupdocs.watermark.contents/officelineformat) class, representing shape line format. |
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.