Sort Score
Result 10 results
Languages All
Labels All
Results 7,441 - 7,450 of 17,460 for

docx to doc

(0.06 sec)
  1. TextBox.no_text_rotation property | Aspose.Word...

    TextBox.no_text_rotation property. Gets or sets a boolean value indicating either text of the TextBox should not rotate when the shape is rotated.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Chart.axes property | Aspose.Words for Python

    Chart.axes property. Gets a collection of all axes of this chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. XmlMapping.IsMapped | Aspose.Words for .NET

    Discover how the XmlMapping IsMapped property efficiently verifies XML data mapping for structured Documents, ensuring seamless integration and accuracy.... Document doc = new Document (); // Construct...#2</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Style.base_style_name property | Aspose.Words f...

    Style.base_style_name property. Gets/sets the name of the style this style is based on.... doc = aw . Document ( file_name =...= MY_DIR + 'Style with alias.docx' ) # This document contains...

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

    Discover the CusTomPart IsExternal property, learn how it defines internal vs. external cusTom parts in OOXML packages for streamlined data management.... Document doc = new Document ( MyDir + "Custom...OOXML package.docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Aspose::Words::Fields::UserInformation::get_Ini...

    Aspose::Words::Fields::UserInformation::get_Initials method. Gets or sets the user's initials in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Comment::SetText method | Aspose...

    Aspose::Words::Comment::SetText method. This is a convenience method that allows To easily set text of the comment in C++.... auto doc = MakeObject < Document > ();...DocumentBuilder > ( doc ); auto comment = MakeObject < Comment > ( doc , u "John...

    reference.aspose.com/words/cpp/aspose.words/com...
  9. MergeFieldImageDimensionUnit Enum | Aspose.Word...

    Discover Aspose.Words.Fields.MergeFieldImageDimensionUnit enum for precise image dimension control in mail merges. Enhance your Document auTomation Today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  10. ParagraphFormat.far_east_line_break_control pro...

    ParagraphFormat.far_east_line_break_control property. Gets or sets a flag indicating whether East Asian line-breaking rules are applied To the current paragraph.... doc = aw . Document ( file_name =...= MY_DIR + 'Document.docx' ) format = doc . first_section . body...

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