Initializes a new instance of the [WordProcessingWatermarkSectionOptions](../../com.groupdocs.watermark.options/wordprocessingwatermarksectionoptions) class.
Sets the index of a section to add the watermark to.
WordProcessingWatermarkSectionOptions()
public WordProcessingWatermarkSectionOptions()
Initializes a new instance of the [WordProcessingWatermarkSectionOptions](../../com.groupdocs.watermark.options/wordprocessingwatermarksectionoptions) class.
getSectionIndex()
public final int getSectionIndex()
Gets the index of a section to add the watermark to.
Returns:
int - The index of a section to add the watermark to.
-1 means all sections.
setSectionIndex(int value)
public final void setSectionIndex(int value)
Sets the index of a section to add the watermark to.
Parameters:
Parameter
Type
Description
value
int
The index of a section to add the watermark to.
-1 means all sections. |
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.