public final class WordProcessingWatermarkHeaderFooterOptions extends WordProcessingWatermarkBaseOptions
Represents options when adding the watermark to a Word section header/footer.
Constructor and Description |
---|
WordProcessingWatermarkHeaderFooterOptions()
Initializes a new instance of the
WordProcessingWatermarkHeaderFooterOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getHeaderFooterType()
Gets the value that identifies the type of header or footer to add the watermark to.
|
int |
getSectionIndex()
Gets the index of a section to add the watermark to.
|
void |
setHeaderFooterType(int value)
Sets the value that identifies the type of header or footer 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 WordProcessingWatermarkHeaderFooterOptions()
Initializes a new instance of the WordProcessingWatermarkHeaderFooterOptions
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.public final int getHeaderFooterType()
Gets the value that identifies the type of header or footer to add the watermark to.
public final void setHeaderFooterType(int value)
Sets the value that identifies the type of header or footer to add the watermark to.
value
- The value that identifies the type of header or footer to add the watermark to.Copyright © 2020. All rights reserved.