Sort Score
Result 10 results
Languages All
Labels All
Results 8,261 - 8,270 of 18,346 for

docx to doc

(0.33 sec)
  1. Aspose::Words::PageSetup::get_LayoutMode method...

    Aspose::Words::PageSetup::get_LayoutMode method. Gets or sets the layout mode of this section in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. Change Table Style in Word Documents|Aspose.Wor...

    Advanced table formatting C++. Create a table style using C++. Apply table style C++....following ways: Table styles in DOCX and WordML formats are preserved...preserved when loading and saving in DOC format (but not to any other...

    docs.aspose.com/words/cpp/working-with-tablestyle/
  3. Font.style_name property | Aspose.Words for Python

    Font.style_name property. Gets or sets the name of the character style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of referencing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShapeBase.target property | Aspose.Words for Py...

    ShapeBase.target property. Gets or sets the target frame for the shape hyperlink.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.move_to_merge_field method | As...

    aspose.words.DocumentBuilder.move_To_merge_field method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some MERGEFIELDS...

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

    Discover the ParagraphFormat Bidi property To easily control right-To-left text formatting for enhanced readability and improved Document layout.... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . That ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  7. FieldOptions.IsBidiTextSupportedOnUpdate | Aspo...

    Discover if bidirectional text support is enabled in FieldOptions. Easily manage text updates for enhanced multilingual functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Ensure that any field operation...

    reference.aspose.com/words/net/aspose.words.fie...
  8. DocumentBuilder.InsertImage | Aspose.Words for ...

    Effortlessly enhance your Documents with DocumentBuilder's InsertImage method, allowing seamless insertion of .NET images at full scale for stunning visuals.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string imageFile = ImageDir...

    reference.aspose.com/words/net/aspose.words/doc...
  9. CustomPart.Name | Aspose.Words for .NET

    Discover how To manage CusTomPart names in OOXML packages. Easily set or retrieve absolute names for seamless integration and enhanced functionality.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Aspose::Words::Document::get_Frameset method | ...

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this Document represents a frames page in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words/doc...