WordProcessingSectionCollection
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.common.ReadOnlyListBase
public class WordProcessingSectionCollection extends ReadOnlyListBase<WordProcessingSection>
Represents a collection of sections in a Word document.
This collection contains the items of [WordProcessingSection](../../com.groupdocs.watermark.contents/wordprocessingsection) type.
| Constructor | Description |
|---|---|
| WordProcessingSectionCollection(WordProcessingContent parent, SectionCollection sourceCollection, IStrategyManager strategyManager) |
| Method | Description |
|---|---|
| findSection(Section section) |
WordProcessingSectionCollection(WordProcessingContent parent, SectionCollection sourceCollection, IStrategyManager strategyManager)
public WordProcessingSectionCollection(WordProcessingContent parent, SectionCollection sourceCollection, IStrategyManager strategyManager)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | WordProcessingContent | |
| sourceCollection | com.aspose.words.SectionCollection | |
| strategyManager | IStrategyManager |
public final WordProcessingSection findSection(Section section)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| section | com.aspose.words.Section |
Returns: WordProcessingSection
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.