Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreStructuredDocumentTags method

FindReplaceOptions::get_IgnoreStructuredDocumentTags method

Gets or sets a boolean value indicating either to ignore content of StructuredDocumentTag. The default value is false.

bool Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreStructuredDocumentTags() const

Remarks

When this option is set to true, the content of StructuredDocumentTag will be treated as a simple text.

Otherwise, StructuredDocumentTag will be processed as standalone Story and replacing pattern will be searched separately for each StructuredDocumentTag, so that if pattern crosses a StructuredDocumentTag, then replacement will not be performed for such pattern.

See Also