Aspose::Words::Fields::FieldXE::get_PageRangeBookmarkName method. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number in C++....pages as a page range for an INDEX field entry. auto doc = System...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building....into portions by combining INDEX and SEQ fields. doc = aw . Document...DocumentBuilder ( doc = doc ) # Create an INDEX field which will display an...
GeneralFormatCollection.removeAt method. Removes a general format occurrence at the specified Index....removeAt method removeAt(index) Removes a general format occurrence...occurrence at the specified index. removeAt ( index : number ) Parameter...
Aspose::Words::Fields::FieldXE::get_IsItalic method. Gets or sets whether to apply italic formatting to the entry's page number in C++....Examples Shows how to populate an INDEX field with entries using XE...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
Aspose::Words::Fields::FieldIndex::get_SequenceSeparator method. Gets or sets the character sequence that is used to separate sequence numbers and page numbers in C++....into portions by combining INDEX and SEQ fields. auto doc = System...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
Discover the FieldIndex HasPageNumberSeparator property, which reveals if a page number separator is customized via field code for enhanced document formatting....page number separator in an INDEX field. Document doc = new Document...DocumentBuilder ( doc ); // Create an INDEX field which will display an...
Aspose::Words::Fields::FieldIndex::get_PageNumberListSeparator method. Gets or sets the character sequence that is used to separate two page numbers in a page number list in C++....page number separator in an INDEX field. auto doc = System ::...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
FieldIndex.number_of_columns property. Gets or sets the number of columns per page used when building the Index....page used when building the index. @property def number_of_columns...Examples Shows how to populate an INDEX field with entries using XE...
CustomXmlPartCollection Indexer. Gets or sets an item at the specified Index....CustomXmlPartCollect indexer __getitem__(index) Gets or sets an item...the specified index. def __getitem__ ( self , index : int ): .....