Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 39,333 for

2

(0.13 sec)
  1. TextFormFieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.TextFormFieldType enum, defining various text form field types for enhanced document automation and customization.... Date 2 The text form field can contain..."Enter your name here" , 30 ); // 2 - Combo box with prompt text,...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ChartLegend class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartLegend class. Represents chart legend properties... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Move the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RunCollection.to_array method | Aspose.Words fo...

    RunCollection.to_array method. Copies all runs from the collection to a new array of runs....assertTrue ( runs [ 2 ] . is_insert_revision ) # 2 - A "format" revision:...changes. self . assertTrue ( runs [ 2 ] . is_format_revision ) # 3 -...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TxtSaveOptions.ListIndentation | Aspose.Words f...

    Discover the TxtSaveOptions ListIndentation property, which customizes list indentation for enhanced readability. Control characters and levels 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...
  5. Common conversion options

    Describes options common for convertions of Microsoft Project MPP file to PDF, TIFF, PNG, SVG, HTML formats....mpp" ); 2 PdfSaveOptions saveOptions = new...new Project( "Project.mpp" ); 2 PdfSaveOptions saveOptions = new...

    docs.aspose.com/tasks/net/common-conversions-op...
  6. Inline.IsMoveToRevision | Aspose.Words for .NET

    Discover how the IsMoveToRevision property in Microsoft Word tracks object movements. Ensure accurate change tracking for seamless document editing!...IsTrue ( runs [ 2 ]. IsInsertRevision ); // 2 - A "format" revision:...changes. Assert . IsTrue ( runs [ 2 ]. IsFormatRevision ); // 3 -...

    reference.aspose.com/words/net/aspose.words/inl...
  7. Inline.isMoveToRevision property | Aspose.Words...

    Inline.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Inline.IsFormatRevision | Aspose.Words for .NET

    Discover the Inline IsFormatRevision property in Microsoft Word. It indicates if object formatting changed with change tracking enabled, enhancing document management....IsTrue ( runs [ 2 ]. IsInsertRevision ); // 2 - A "format" revision:...changes. Assert . IsTrue ( runs [ 2 ]. IsFormatRevision ); // 3 -...

    reference.aspose.com/words/net/aspose.words/inl...
  9. Inline.isInsertRevision property | Aspose.Words...

    Inline.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled.... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...

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

    aspose.words.fields.FieldListNum class. Implements the LISTNUM field...will start a count at list level 2. It will display a value of "1"...builder . writeln ( 'Paragraph 2' ) # The next LISTNUM field that...

    reference.aspose.com/words/python-net/aspose.wo...