Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 18,404 for

docx to doc

(0.37 sec)
  1. WatermarkLayout Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WatermarkLayout enum for optimal watermark positioning. Enhance your Document design with precise layout control and cusTomization.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  2. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape ConstrucTor. Design cusTom forms and enhance your projects with ease and precision!...public Shape ( DocumentBase doc , ShapeType shapeType ) Parameter...Parameter Type Description doc DocumentBase The owner document. shapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  3. CustomPart.ContentType | Aspose.Words for .NET

    Discover how the CusTomPart ContentType property defines your cusTom part's content type, enhancing functionality and user experience.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  4. 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...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  5. LayoutFlow enumeration | Aspose.Words for Python

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... and change its orientation doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) textbox = aw . drawing . Shape ( doc , aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.InsertField | Aspose.Words for ...

    Enhance your Documents with DocumentBuilder's InsertField method. Effortlessly add and update Word fields for dynamic content and improved functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two fields while...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Document::get_SpellingChecked me...

    Aspose::Words::Document::get_SpellingChecked method. Returns true if the Document has been checked for spelling in C++.... auto doc = System :: MakeObject < Aspose...string with spelling errors. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. LoadOptions.convertShapeToOfficeMath property |...

    LoadOptions.convertShapeToOfficeMath property. Gets or sets whether To convert shapes with EquationXML To Office Math objects....= isConvertShapeToOffi ; let doc = new aw . Document ( base .... myDir + "Math shapes.docx" , loadOptions ); if ( isConvertShapeToOffi...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CustomPart.Clone | Aspose.Words for .NET

    Discover the CusTomPart Clone method for creating efficient deep copies of objects without duplicating Data bytes. Optimize your coding process Today!... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  10. HyphenationOptions.hyphenate_caps property | As...

    HyphenationOptions.hyphenate_caps property. Gets or sets value determining whether words written in all capital letters are hyphenated... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

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