Sort Score
Result 10 results
Languages All
Labels All
Results 7,591 - 7,600 of 153,604 for

2

(0.2 sec)
  1. Get all Possible 1D BarCodes from an Image in R...

    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....+ point [ 2 ]. getX () . to_s + ", Y = " + point [ 2 ]. getY ()...

    docs.aspose.com/barcode/java/get-all-possible-1...
  2. Some shapes are stretched - Free Support Forum ...

    Hello, i have a mastershape consisting of several hundred shapes. If i drop this mastershape out of the vssx-file to a page by visio everything looks good. Even when I insert this master shape into a page using Microso…...Value / 2; masterShape.XForm.PinY.Value...PageProps.PageHeight.Value / 2; diagram.Save("mastertest.vsdx"...

    forum.aspose.com/t/some-shapes-are-stretched/31...
  3. Aspose::Words::Fields::FieldCollection::Remove ...

    Aspose::Words::Fields::FieldCollection::Remove method. Removes the specified field from this collection and from the document in C++.... fields -> get_Count ()); // 2 - Get the collection to remove...an index: fields -> RemoveAt ( 2 ); ASSERT_EQ ( 3 , fields -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose LINQ Reporting: Culture-Based Number For...

    We are trying to format decimal places and thousand separators based on regional cultures. Currently, we are using the US standard formatting—decimal as a dot (.) and thousand separator as a comma (,). We need to apply N…... varundnv November 26, 2025, 2:29pm 1 We are trying to format...Discourse November 26, 2025, 2:31pm 2 @varundnv Summary Aspose.Words...

    forum.aspose.com/t/aspose-linq-reporting-cultur...
  5. How to use XPath – Aspose.HTML for .NET

    Learn how to use Aspose.HTML to navigate through HTML and select nodes by XPath Query; how to select all photos from HTML using XPath expressions....the remainder when divided by 2, i.e. odd: XPath Expression Copy...// main / div [ position() mod 2 = 1 ]// img C# code Copy 1 var...

    docs.aspose.com/html/net/how-to-articles/how-to...
  6. CellFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellFormat class for comprehensive table cell formatting. Enhance your document styling with easy-to-use features!... Write ( "Row 1, Col 2" ); builder . EndRow (); // Changing...InsertCell (); builder . Write ( "Row 2, Col 1" ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ListLevel.NumberFormat | Aspose.Words for .NET

    Discover the ListLevel NumberFormat property to easily customize and set unique number formats for your lists, enhancing your document's clarity and style....Styles [ "Heading 1" ]; // Level 2 labels will display the current..."-II-"... docList . ListLevels [ 2 ]. NumberFormat = "-\x0002-" ;...

    reference.aspose.com/words/net/aspose.words.lis...
  8. ChartAxis.Type | Aspose.Words for .NET

    Discover the ChartAxis Type property to easily identify axis types and enhance your data visualization for clearer insights and better analysis....= { "Category 1" , "Category 2" , "Category 3" }; // Insert two...Add ( "Series 2" , categories , new [] { 64.2 , 79.5 , 94.0 });...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for C++. Learn two methods with code to keep sizes consistent.... Scenario 2: Create a presentation from scratch...Assume there is a shape at index 2 in the template where we want...

    docs.aspose.com/slides/cpp/working-solution-for...
  10. Manage Presentation Tables on Android|Aspose.Sl...

    Create & edit tables in PowerPoint slides with Aspose.Slides for Android. Discover simple Java code examples to streamline your table workflows....5 ); } } // Merges cells 1 & 2 of row 1 tbl . mergeCells ( tbl...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/androidjava/manage-table/