Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 18,474 for

docx to doc

(0.15 sec)
  1. ListLevel.CustomNumberStyleFormat | Aspose.Word...

    CusTomize your list levels with the ListLevel CusTomNumberStyleFormat property. Easily set unique number formats for enhanced Document styling.... Document doc = new Document ( MyDir + "List...leading zero.docx" ); ListLevel listLevel = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.lis...
  2. ListFormat.is_list_item property | Aspose.Words...

    ListFormat.is_list_item property. True when the paragraph has bulleted or numbered formatting applied To it.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Table.CellSpacing | Aspose.Words for .NET

    Discover the Table CellSpacing property To easily cusTomize cell spacing in points, enhancing your table's appearance and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Table.bidi property | Aspose.Words for Python

    Table.bidi property. Gets or sets whether this is a right-To-left table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::NodeCollection::Clear method | A...

    Aspose::Words::NodeCollection::Clear method. Removes all nodes from this collection and from the Document in C++.... auto doc = System :: MakeObject < Aspose...( get_MyDir () + u "Document.docx" ); // This document has one...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the Document has different headers and footers for odd-numbered and even-numbered pages.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TextureAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextureAlignment enum for precise texture fill alignment. Enhance your Document designs with seamless tiling options!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t execute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have To create a unique structure with 3 static elements (volE…...template var doc = new Document("EmployeeReportTempla.docx"); // Prepare...the template doc.Report(data); // Save the result doc.Save("EmployeeReportResult...

    forum.aspose.com/t/how-to-union-or-concat-self-...
  9. LoadOptions.convert_metafiles_to_png property |...

    LoadOptions.convert_metafiles_To_png property. Gets or sets whether To convert metafile(Wmf or Emf) images To Png image format.... doc = aw . Document () shape = aw...aw . drawing . Shape ( doc , aw . drawing . ShapeType . IMAGE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type of the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

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