Aspose::Words::Replacing::ReplacingArgs::get_GroupIndex method. Identifies, by index, a captured group in the Match that is to be replaced with the Replacement string in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...
Aspose.Words.NodeList class. Represents a collection of nodes matching an XPath query executed using the [CompositeNode.selectNodes()](../compositenode/selectNodes/#string) method...private static readonly Regex gRegex = new Regex ( "\\S+" + // One...
Aspose::Words::Replacing::ReplacingArgs::get_MatchOffset method. Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...
Aspose::Words::Replacing::ReplacingArgs::get_Match method. The Match resulting from a single regular expression match during a Replace in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...
Aspose::Words::PageSetup::get_DifferentFirstPageHeaderFooter method. True if a different header or footer is used on the first page in C++....Text :: RegularExpressions :: Regex > ( u "(header|footer)" ), u...
PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page.... replace ( new Regex ( "(header|footer)" ), "" ,...
Discover the Aspose.Words.Fields.FieldInclude class to seamlessly implement INCLUDE fields in your documents, enhancing automation and efficiency.... True ( Regex . Match ( field . GetFieldCode...
Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your document's first page with unique headers and footers for a professional touch.... Replace ( new Regex ( "(header|footer)" ), "" ,...