Sort Score
Result 10 results
Languages All
Labels All
Results 8,161 - 8,170 of 17,113 for

docx to doc

(0.06 sec)
  1. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying To implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how To do this and what’s supported. This is using .net. Specifically, I’m trying To render some Tab…... Document doc = new Document(MyDir + "in.docx"); for (Section...(Section section : doc.getSections()) { section.getPageSetup().setBidi(true);...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  2. List.HasSameTemplate | Aspose.Words for .NET

    Discover the HasSameTemplate method, easily check if two lists share the same template, ensuring consistency and efficiency in your data management....Document doc = new Document ( MyDir + "Different lists.docx" ); Assert...Assert . That ( doc . Lists [ 0 ]. HasSameTemplate ( doc . Lists [...

    reference.aspose.com/words/net/aspose.words.lis...
  3. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldDde | Aspose.Words for Java

    Implements the DDE field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are three types of...

    reference.aspose.com/words/java/com.aspose.word...
  5. TextBox.text_box_wrap_mode property | Aspose.Wo...

    TextBox.text_box_wrap_mode property. Determines how text wraps inside a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StyleCollection class | Aspose.Words for Python

    aspose.words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToString method. Returns the property value as a string formatted according To the current locale in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Properties.docx" ); // Every document contains...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. TextBox.internal_margin_right property | Aspose...

    TextBox.internal_margin_right property. Specifies the inner right margin in points for a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert another textbox...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextBox.internal_margin_top property | Aspose.W...

    TextBox.internal_margin_Top property. Specifies the inner Top margin in points for a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert another textbox...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentProperty.type property | Aspose.Words f...

    DocumentProperty.type property. Gets the data type of the property.... doc = aw . Document ( MY_DIR + 'Properties.docx' ) # The...'Document filename: \n\t " { doc . original_file_name } "' ) #...

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