Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 198,772 for

new

(0.07 sec)
  1. ChartLegendEntry.isHidden property | Aspose.Wor...

    ChartLegendEntry.isHidden property. Gets or sets a value indicating whether this entry is hidden in the chart legend...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Chart.Legend | Aspose.Words for .NET

    Discover the Chart Legend property to customize your charts effortlessly. Enhance data visualization with tailored legend options for better insights!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Table.AbsoluteHorizontalDistance | Aspose.Words...

    Discover the Table AbsoluteHorizontalDistance property to easily adjust your table's horizontal position in points. Optimize layout with a default of 0!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...
  4. TextColumn.spaceAfter property | Aspose.Words f...

    TextColumn.spaceAfter property. Gets or sets the space between this column and the next column in points...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to create fillable PDF | Aspose.PDF

    Do you know how easily create a fillable PDF forms using C#? Create a fillable PDF forms with high quality using .NET PDF library....document Document pdfDocument = new Document ( dataDir + "TextField...textBoxField = new TextBoxField ( pdfDocument . Pages [ 1 ], new Aspose...

    products.aspose.com/pdf/tutorial/fillable-pdf/
  6. Hello World in Ruby|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.... new \ # Note when you create a new workbook, a default...

    docs.aspose.com/cells/java/hello-world-in-ruby/
  7. StructuredDocumentTag.set_unchecked_symbol meth...

    StructuredDocumentTag.set_unchecked_symbol method. Sets the symbol used to represent the unchecked state of a check box content control....set_checked_symbol ( 169 , 'Times New Roman' ) sdt_check_box . set_unchecked_symbol...set_unchecked_symbol ( 174 , 'Times New Roman' ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::TextColumnCollection::SetCount m...

    Aspose::Words::TextColumnCollection::SetCount method. Arranges text into the specified number of text columns in C++....increase the number of columns, new TextColumn objects are created...set width and spacing for the new columns. Examples Shows how to...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. PersonCollection.add method | Aspose.Words for ...

    PersonCollection.add method. Adds a [Person](../../person/) to the collection.... # Create a new person collection. persons =...'Brielle' , 'Tejeda_updated' ) # Add new person to the collection. persons...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Performance Issue with Blank Page Removal Logic...

    We are currently using the property doc.ExtractPages(i, 1); to implement custom logic for removing blank pages from documents. However, we are facing a performance issue when processing large documents. The document con…...pages to keep and then create a new document with only the non-blank...blank pages: Document doc = new Document("input.docx"); DocumentBuilder...

    forum.aspose.com/t/performance-issue-with-blank...