Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 4,535 for

range

(0.06 sec)
  1. Aspose::Words::LowCode::MailMergeOptions class ...

    Aspose::Words::LowCode::MailMergeOptions class. Represents options for the mail merge functionality in C++....TableEnd field or particular range between TableStart and TableEnd...TableEnd field or particular range between TableStart and TableEnd...

    reference.aspose.com/words/cpp/aspose.words.low...
  2. FindReplaceOptions class | Aspose.Words for Nod...

    Aspose.Words.Replacing.FindReplaceOptions class. Specifies options for find/replace operations... range . replace ( "Ruby" , "Jade"...findWholeWordsOnly ; doc . range . replace ( "Jackson" , "Louis"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FindReplaceOptions class | Aspose.Words for Python

    aspose.words.replacing.FindReplaceOptions class. Specifies options for find/replace operations... range . replace ( 'Ruby' , 'Jade'...find_whole_words_only doc . range . replace ( 'Jackson' , 'Louis'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 组|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加组形状... slides [ 0 ] for i in range ( len ( sld . shapes )): # 访问幻灯片的形状集合...GroupShape : # 访问组形状。 for j in range ( len ( shape . shapes )): #...

    docs.aspose.com/slides/zh/python-net/group/
  5. FieldCollection.count property | Aspose.Words f...

    FieldCollection.count property. Returns the number of the fields in the collection.... range . fields self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlSaveOptions.ExportRoundtripInformation | As...

    Discover HtmlSaveOptions' ExportRoundtripInformation property to control roundtrip data in HTML, MHTML, and EPUB formats. Optimize your exports today!... Range . Fields . Count ( f => f ....Assert . AreEqual ( 0 , doc . Range . Fields . Count ( f => f ....

    reference.aspose.com/words/net/aspose.words.sav...
  7. Get all the text in a slide|Aspose.Slides Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the slide index is not out of range. if ( slideIndex < 0 ) { throw...; // If the slide ID is in range... if ( slideIndex < slideIds...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  8. HtmlSaveOptions.export_roundtrip_information pr...

    HtmlSaveOptions.export_roundtrip_information property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB... range . fields )))) else : self ....FieldType . FIELD_PAGE , doc . range . fields )))) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...when the end of a commented range of text is encountered. vis...when the start of a commented range of text is encountered. vis...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...Range range = excelWorksheet.Workbook...CellsHelper.CellIndexToName(range.FirstRow, range.FirstColumn); string...

    forum.aspose.com/t/missing-text-in-labels/310539