Sort Score
Result 10 results
Languages All
Labels All
Results 7,141 - 7,150 of 17,113 for

docx to doc

(0.08 sec)
  1. FieldOptions.file_name property | Aspose.Words ...

    FieldOptions.file_name property. Gets or sets the file name of the Document.... doc = aw . Document ( file_name =...'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. PageSetup.Gutter | Aspose.Words for .NET

    Adjust PageSetup Gutter settings To optimize Document margins for binding. Enhance your layout with perfect margins for professional results.... Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); builder . Writeln ( "My Booklet:"...

    reference.aspose.com/words/net/aspose.words/pag...
  4. PageSetup.gutter property | Aspose.Words for No...

    PageSetup.gutter property. Gets or sets the amount of extra space added To the margin for Document binding.... let doc = new aw . Document (); // Insert...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 6 ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the Document in C++....auto doc = MakeObject < Document > ( MyDir + u "Footer.docx" );...HeaderFooterCollecti > headersFooters = doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Watermark PDF Files Online or using C++ | produ...

    Free online app To Watermark different PDF files. C++ watermarking library code for PDF Documents....Options with C++ Add Watermark to DOC (Microsoft Word Binary Format)...Format) Add Watermark to DOCX (Office 2007+ Word Document) Add Watermark...

    products.aspose.com/total/cpp/watermark/pdf/
  7. TextWatermarkOptions.FontSize | Aspose.Words fo...

    CusTomize your TextWatermarkOptions with adjustable FontSize. Easily set your preferred size for optimal visibility and style in your designs.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/tex...
  8. TabStopCollection.Add | Aspose.Words for .NET

    Discover how the TabSTopCollection Add method efficiently adds or updates tab sTops, enhancing your Document's layout and formatting.... Document doc = new Document (); Paragraph...Paragraph paragraph = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words/tab...
  9. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "I...

    reference.aspose.com/words/cpp/aspose.words/ran...
  10. PlainTextDocument constructor | Aspose.Words fo...

    aspose.words.PlainTextDocument construcTor... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . save...

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