Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 18,483 for

docx to doc

(0.24 sec)
  1. Font.Superscript | Aspose.Words for .NET

    Discover the Font Superscript property, easily format text as superscript for enhanced readability and style in your Documents. Boost your design Today!... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  2. Convert SVG to JPEG – C# code and Online Converter

    Convert SVG To JPEG in C#. Save SVG as JPEG image using Aspose.HTML for .NET API. Try online SVG To JPEG Converter for free!...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/net/conversion/svg-to-...
  3. Aspose::Words::Saving::OoxmlSaveOptions::get_Pa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_Password method. Gets/sets a password To encrypt Document using ECMA376 Standard encryption algorithm in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. DocumentSecurity enumeration | Aspose.Words for...

    Aspose.Words.Properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtinDocumentproperties/security/) property... let doc = new aw . Document (); expect ( doc . builtInDocumentPrope..."Security" built-in property. doc . writeProtection . readOnlyRecommended...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions construcTor To effortlessly save Documents in ODT format. Streamline your workflow with this powerful Tool!...Document doc = new Document ( MyDir + "Rendering.docx" ); OdtSaveOptions...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PageInfo.GetSizeInPixels | Aspose.Words for .NET

    Discover the PageInfo GetSizeInPixels method To accurately calculate your page size in pixels based on zoom facTor and resolution for optimal display....Document doc = new Document ( MyDir + "Rendering.docx" ); // The...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  7. FieldFileSize | Aspose.Words for Java

    Implements the FILESIZE field in Java....Document doc = new Document(getMyDir() + "Document.docx"); Assert...Assert.assertEquals(doc.getBuiltInDocumentPr().getBytes(), 18105);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies page orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Document::get_LastSection method...

    Aspose::Words::Document::get_LastSection method. Gets the last section in the Document in C++.... auto doc = System :: MakeObject < Aspose...we can edit. ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. FieldFileName.include_full_path property | Aspo...

    FieldFileName.include_full_path property. Gets or sets whether To include the full file path name.... doc = aw . Document ( file_name =...'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder...

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