Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 17,482 for

docx to doc

(0.04 sec)
  1. RevisionsView Enum | Aspose.Words for .NET

    Discover Aspose.Words.RevisionsView enum To easily choose between original and revised Document versions for streamlined editing and collaboration.... Document doc = new Document ( MyDir + "Revisions..."Revisions at list levels.docx" ); doc . UpdateListLabels (); ParagraphCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  2. DocumentBuilder.Write | Aspose.Words for .NET

    Effortlessly insert text inTo your Document with DocumentBuilder's Write method, enhancing your editing efficiency and streamlining your workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Border ....

    reference.aspose.com/words/net/aspose.words/doc...
  3. Aspose::Words::Settings::WriteProtection::get_R...

    Aspose::Words::Settings::WriteProtection::get_ReadOnlyRecommended method. Specifies whether the Document author has recommended that the Document be opened as read-only in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Working with Table Styles in Java|Aspose.Words ...

    Advanced table formatting Java. Create a table style using Java. Introduction To advanced table formatting, Table styles using Java....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/java/working-with-tablest...
  5. ParagraphFormat.left_indent property | Aspose.W...

    ParagraphFormat.left_indent property. Gets or sets the value (in points) that represents the left indent for paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Center all text that the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Shape.image_data property | Aspose.Words for Py...

    Shape.image_data property. Provides access To the image of the shape... doc = aw . Document ( MY_DIR + 'Images.docx' ) # Get...local file system. shapes = doc . get_child_nodes ( aw . NodeType...

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

    Discover the TextPath Trim property To enhance your design by removing unwanted space above and below text for a cleaner, more polished look....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextPath.Spacing | Aspose.Words for .NET

    Discover TextPath Spacing. Control text spacing effortlessly. Optimize readability with precise adjustments—1 equals 100 for perfect alignment!...InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Fill.back_tint_and_shade property | Aspose.Word...

    Fill.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the background color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextColumn.space_after property | Aspose.Words ...

    TextColumn.space_after property. Gets or sets the space between this column and the next column in points... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) page_setup = builder . page_setup...

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