Sort Score
Result 10 results
Languages All
Labels All
Results 9,211 - 9,220 of 18,480 for

docx to doc

(0.9 sec)
  1. TextBox.fit_shape_to_text property | Aspose.Wor...

    TextBox.fit_shape_To_text property. Determines whether Microsoft Word will grow the shape To fit text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three ways to...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Layout::LayoutOptions::get_Ignor...

    Aspose::Words::Layout::LayouToptions::get_IgnorePrinterMetrics method. Gets or sets indication of whether the "Use printer metrics To lay out Document" compatibility option is ignored. Default is true in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); doc -> get_LayoutOptions ()...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access To the rows of the table....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let tables = doc . firstSection . body . tables ; expect ( tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured Document tag is successfully mapped To XML data.... let doc = new aw . Document (); // Construct...#2</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.auto_fit method | Aspose.Words for Python

    Table.auTo_fit method. Resizes the table and cells according To the specified auTo fit behavior.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.insert_group_shape method | Asp...

    aspose.words.DocumentBuilder.insert_group_shape method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape1 = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. | Aspose

    Sample code for JPEG To PDF Java conversion. Use API example code for batch JPEG files To PDF conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/cpp/conversion/jpeg-to-...
  9. Aspose::Words::Hyphenation::UnregisterDictionar...

    Aspose::Words::Hyphenation::UnregisterDictionary method. Unregisters a hyphenation dictionary for the specified language. This is different from registering Null dictionary. Unregistering a dictionary enables callback for the specified language in C++.... auto doc = System :: MakeObject < Aspose...+ u "German text.docx" ); ASSERT_TRUE ( doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  10. Paragraph.ParentSection | Aspose.Words for .NET

    Discover the Paragraph ParentSection property To easily access the parent Section of any paragraph, enhancing your Document structure and organization.... Document doc = new Document (); // Create...HeaderFooter ( doc , HeaderFooterType . HeaderPrimary ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/par...