Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 19,458 for

2 of

(0.04 sec)
  1. FontPitch Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FontPitch enum, a powerful tool for managing font styles and enhancing document formatting in your applications.... Variable 2 Specifies that this is a proportional..."\t\tWeight: " + fontInfo . Panose [ 2 ]); Console . WriteLine ( "\t\tProportion:...

    reference.aspose.com/words/net/aspose.words.fon...
  2. GradientStopCollection.Count | Aspose.Words for...

    Discover the GradientStopCollection Count property, which provides the total number Of items, enhancing your data management and UI design efficiency....gradientStop = gradientStops [ 2 ]; gradientStops . Remove ( gradientStop...gradientStop ); Assert . AreEqual ( 2 , gradientStops . Count ); Assert...

    reference.aspose.com/words/net/aspose.words.dra...
  3. HeightRule Enum | Aspose.Words for .NET

    Discover Aspose.Words.HeightRule enum for precise control over object height in documents. Optimize your workflow with this essential feature!... Auto 2 The height will grow automatically...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . EndTable...

    reference.aspose.com/words/net/aspose.words/hei...
  4. OleFormat.get_ole_entry method | Aspose.Words f...

    OleFormat.get_ole_entry method. Gets OLE object data entry....assertEqual ( 2 , len ( shapes )) self . assertEqual ( 2 , len ([...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.stop_track_revisions method | Aspose.W...

    Document.stop_track_revisions method. Stops automatic marking Of document changes as revisions.... runs [ 2 ] . is_insert_revision ) # Creating...again! ' ) self . assertEqual ( 2 , doc . revisions . count ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. IDocumentPartSavingCallback.DocumentPartSaving ...

    Optimize your document management with the DocumentPartSaving method in Aspose.Words, ensuring seamless saving Of document parts for enhanced efficiency....DocumentPartFileName = partFileName ; // 2 - Create a custom stream for the...ImageFileName = imageFileName ; // 2 - Create a custom stream for the...

    reference.aspose.com/words/net/aspose.words.sav...
  7. HtmlSaveOptions.DocumentPartSavingCallback | As...

    Control document part saving with HtmlSaveOptions' DocumentPartSavingCallback. Optimize your HTML or EPUB exports for seamless user experience....DocumentPartFileName = partFileName ; // 2 - Create a custom stream for the...ImageFileName = imageFileName ; // 2 - Create a custom stream for the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Tables::RowFormat::get_Height me...

    Aspose::Words::Tables::RowFormat::get_Height method. Gets or sets the height Of the table row in points in C++....Write ( u "Header Row, \n Cell 2" ); builder -> InsertCell ();...builder -> Write ( u "Row 1, Cell 2." ); builder -> InsertCell ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Raw Data Processing|Documentation

    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....data processing with version 2.4.0. The raw data processing is...RGB is not available in version 2.4.0). Moreover, there could be...

    docs.aspose.com/psd/java/raw-data-processing/
  10. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。... UnhideRow ( 2 , 13.5 ); // Unhiding the 2nd...worksheet . GetCells (). HideRow ( 2 ); // Hide the 2nd column of the...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...