Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 155,327 for

2

(1.04 sec)
  1. Creating ATTRIB / ATTDEF programmatically using...

    Hello, I am currently evaluating Aspose.CAD for Java and I have a technical question regarding working with attributes in DWG/DXF files. My use case is to generate CAD files programmatically and include attributes such…...novochadlo March 19, 2026, 2:30pm 1 Hello, I am currently evaluating...gorokhovatskyi March 19, 2026, 7:55pm 2 @rhodolfo.novochadlo , Hi, we...

    forum.aspose.com/t/creating-attrib-attdef-progr...
  2. ProtectionType Enum | Aspose.Words for .NET

    Discover Aspose.Words.ProtectionType enum for robust document security. Enhance your documents with customizable protection options today!... AllowOnlyFormFields 2 User can only enter data in the...builder . Writeln ( "Section 2. Hello again!" ); builder . Write...

    reference.aspose.com/words/net/aspose.words/pro...
  3. Crop PNG image when using Aspose.HTML for Java ...

    Hello team. While evaluating Aspose.HTML for Java for conversion of HTML table to PNG, we noticed converted PNG has bigger dimensions (width and height) than the input table in HTML, even though the page layout has Pag…...Family html-to-png oraspose April 2, 2026, 7:49pm 1 Hello team. While...terechshenkov April 5, 2026, 6:53am 2 @oraspose We have opened the following...

    forum.aspose.com/t/crop-png-image-when-using-as...
  4. ViewOptions.DoNotDisplayPageBoundaries | Aspose...

    Discover how the ViewOptions DoNotDisplayPageBoundaries property enhances your layout by eliminating top margin space for a cleaner, more professional look.... Writeln ( "Paragraph 2, Page 2." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.set...
  5. Aspose Cells Copying the Empty rows while rplac...

    Hello Team, input_outputdoc.zip (133.0 KB) Excel_Word_Doc.zip (763.2 KB) I am replacing excel sheet data in word at that time Aspose cells are considering few rows at the end of the table which doesn’t have the data, …...2 KB) I am replacing excel sheet...Discourse May 16, 2025, 12:39pm 2 @bkalightaspose1125 To remove...

    forum.aspose.com/t/aspose-cells-copying-the-emp...
  6. TxtListIndentation.Character | Aspose.Words for...

    Discover the TxtListIndentation property to customize list indentation with your preferred character. Enhance readability and visual appeal effortlessly!... Writeln ( "Item 2" ); builder . ListFormat . ListIndent...Item 1{newLine}" + $" a. Item 2{newLine}" + $" i. Item 3{newLine}"...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 用C++在工作表中移动单元格范围|Documentation

    学习如何使用Aspose.Cells和C++在工作表中移动单元格范围。...to the right by 2 columns range . MoveTo ( 0 , 2 ); Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/move-range-of-cell...
  8. ImageSize.VerticalResolution | Aspose.Words for...

    Discover the ImageSize VerticalResolution property to easily access vertical DPI resolution, enhancing your image quality and performance....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ImageSize.HeightPixels | Aspose.Words for .NET

    Discover the ImageSize HeightPixels property to easily access and optimize your image's height in pixels for better performance and quality....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Move Pages to PDF using C++ | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++...-> get_Pages () -> idx_get ( 2 ); dstDocument -> get_Pages ()...srcDocument -> get_Pages () -> Delete ( 2 ); srcDocument -> Save ( dstFileName...

    products.aspose.com/pdf/cpp/pages/move/