public final class WordProcessingWatermarkSectionOptions extends WordProcessingWatermarkBaseOptions
Represents options when adding shape watermark to a Word section.
Constructor and Description |
---|
WordProcessingWatermarkSectionOptions()
Initializes a new instance of the
WordProcessingWatermarkSectionOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getSectionIndex()
Gets the index of a section to add the watermark to.
|
void |
setSectionIndex(int value)
Sets the index of a section to add the watermark to.
|
getAlternativeText, getEffects, getLockType, getName, getPassword, isLocked, setAlternativeText, setEffects, setLocked, setLockType, setName, setPassword
public WordProcessingWatermarkSectionOptions()
Initializes a new instance of the WordProcessingWatermarkSectionOptions
class.
public final int getSectionIndex()
Gets the index of a section to add the watermark to.
public final void setSectionIndex(int value)
Sets the index of a section to add the watermark to.
value
- The index of a section to add the watermark to.Copyright © 2020. All rights reserved.