public abstract class OfficeTextEffects extends Object
Represents effects that can be applied to a text watermark for an office content.
Modifier | Constructor and Description |
---|---|
protected |
OfficeTextEffects()
Initializes a new instance of the
class. |
Modifier and Type | Method and Description |
---|---|
OfficeLineFormat |
getLineFormat()
Gets the line format settings.
|
void |
setLineFormat(OfficeLineFormat value)
Sets the line format settings.
|
protected OfficeTextEffects()
OfficeTextEffects
class.public final OfficeLineFormat getLineFormat()
OfficeLineFormat
class, representing shape line format.public final void setLineFormat(OfficeLineFormat value)
value
- The instance of OfficeLineFormat
class, representing shape line format.