Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 155,392 for

2

(0.16 sec)
  1. FieldAutoNum.separator_character property | Asp...

    FieldAutoNum.separator_character property. Gets or sets the separator character to be used.... writeln ( ' \t Paragraph 2.' ) # The separator character...second AUTONUM field will display "2." in the document. self . assertIsNone...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomPartCollection.remove_at method | Aspose....

    CustomPartCollection.remove_at method. Removes an item at the specified index.... assertEqual ( 2 , doc . package_custom_parts ...package_custom_parts . remove_at ( 2 ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompositeNode.insert_after method | Aspose.Word...

    CompositeNode.insert_after method. Inserts the specified node immediately after the specified reference node....Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomXmlSchemaCollection.add method | Aspose.W...

    CustomXmlSchemaCollection.add method. Adds an item to the collection.... assertEqual ( 2 , schemas . index_of ( 'http://schemas...index: schemas . remove_at ( 2 ) # 2 - Remove a schema by value:...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomXmlSchemaCollection.remove_at method | As...

    CustomXmlSchemaCollection.remove_at method. Removes a value at the specified index.... assertEqual ( 2 , schemas . index_of ( 'http://schemas...index: schemas . remove_at ( 2 ) # 2 - Remove a schema by value:...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomPartCollection.Clone | Aspose.Words for .NET

    Effortlessly clone your CustomPartCollection with our deep copy method, ensuring all items are preserved for seamless data management.... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  7. CustomXmlSchemaCollection.remove method | Aspos...

    CustomXmlSchemaCollection.remove method. Removes the specified value from the collection.... assertEqual ( 2 , schemas . index_of ( 'http://schemas...index: schemas . remove_at ( 2 ) # 2 - Remove a schema by value:...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 将主题应用于形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 形状中设置主题属性。... getPage ( "Page-2" ); // Add master with stencil...PageIndex = 1 ; double width = 2 , height = 2 , pinX = 4 . 25 , pinY...

    docs.aspose.com/diagram/zh/java/apply-theme-to-...
  9. Letter Interchanges when converting DOCX to PDF...

    Hi, When converting a DOCX to PDF, I noticed some letters get interchanged. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance; doc.Save(@".\test.…...ServerSide527 January 19, 2026, 2:07pm 1 Hi, When converting a DOCX...Discourse January 19, 2026, 2:08pm 2 @ServerSide527 You are reporting...

    forum.aspose.com/t/letter-interchanges-when-con...
  10. MarkerSymbol enumeration | Aspose.Words for Nod...

    Aspose.Words.Drawing.Charts.MarkerSymbol enumeration. Specifies marker symbol style....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataPoints . at ( 2 ); dataPoint . format . fill ...

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