OfficeTextEffects
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.
Methods
| Method | Description |
|---|---|
| getLineFormat() | Gets the line format settings. |
| setLineFormat(OfficeLineFormat value) | Sets the line format settings. |
getLineFormat()
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.
setLineFormat(OfficeLineFormat value)
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. |