Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 37,077 for

index

(0.24 sec)
  1. FieldRD.fileName property | Aspose.Words for No...

    FieldRD.fileName property. Gets or sets the name of the file to include when generating a table of contents, table of authorities, or Index....contents, table of authorities, or index. get fileName () : string See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::NodeCollection class | Aspose.Wo...

    Aspose::Words::NodeCollection class. Represents a collection of nodes of a specific type. To learn more, visit the documentation article in C++....Retrieves a node at the given index. IndexOf (const System::Sha...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. ConditionalStyleCollection | Aspose.Words for Java

    Represents a collection of ConditionalStyle objects in Java....BLUE); // 2 - By index: tableStyle.getConditionalStyles()...get(int index) Retrieves a ConditionalStyle object by index. getBottomLeftCell()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Field.unlink method | Aspose.Words for Node.js

    Field.unlink method. Performs the field unlink.... Some fields, such as XE (Index Entry) fields and SEQ (Sequence)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Layout::LayoutEnumerator::get_Pa...

    Aspose::Words::Layout::LayoutEnumerator::get_PageIndex method. Gets the 1-based Index of a page which contains the current entity in C++....ex method Gets the 1-based index of a page which contains the...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. Remove Image from PDF using Java

    This article describes how to remove image from PDF using Java. It has the IDE configurations, steps, and a sample code to delete image from PDF using Java....from a page based on the image index value. Steps to Delete Image...starting from index 1. Note that you cannot use index 1 for the page...

    kb.aspose.com/pdf/java/remove-image-from-pdf-us...
  7. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection class. A collection of individual bookmarks outline level. To learn more, visit the documentation article in C++....outline level at the specified index. idx_set (const System::String&...outline level at the specified index. IndexOfKey (const System::String&)...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::HeaderFooterCollection class | A...

    Aspose::Words::HeaderFooterCollection class. Provides typed access to HeaderFooter nodes of a Section. To learn more, visit the documentation article in C++....a HeaderFooter at the given index. idx_get (Aspose::Words::HeaderFooterType)...>&) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/cpp/aspose.words/hea...
  9. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document... Use the indexer to access individual TextColumn...margins. Indexers Name Description __getitem__(index) Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extracting Tracked Changes - Section/Paragraph ...

    Hello, Just wondering if it’s possible when extracting tracked changes from a document, if you can identity the section or paragraph number where each tracked change occurred?...the section number (1-based index) int sectionIndex = doc.IndexOf(paragraph...(1-based index) int paragraphIndex = paragraph.Index + 1; // Output...

    forum.aspose.com/t/extracting-tracked-changes-s...