Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 17,240 for

docx to doc

(0.07 sec)
  1. ShapeBase.wrap_type property | Aspose.Words for...

    ShapeBase.wrap_type property. Defines whether the shape is inline or floating... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a Document or section... doc = aw . Document ( file_name =...endnotes.docx' ) doc . footnote_options . columns = 2 doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method... doc = aw . Document () # To display...Shape ( doc , aw . drawing . ShapeType . IMAGE ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Digitally Sign ODT File Online or using C++ | p...

    Free online app for digital signature in ODT files. Develop C++ application To electronically sign ODT Documents....C++ Sign DOC (Microsoft Word Binary Format) Sign DOCX (Office...formats, such as Microsoft Word’s DOCX format or PDF, for wider compatibility...

    products.aspose.com/total/cpp/signature/odt/
  5. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Modify the page setup properties...

    reference.aspose.com/words/java/com.aspose.word...
  7. SectionStart enumeration | Aspose.Words for Nod...

    Aspose.Words.SectionStart enumeration. The type of break at the beginning of the section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlPartCollection.RemoveAt | Aspose.Words...

    Effortlessly manage your CusTomXmlPartCollection with the RemoveAt method—quickly remove items by index for streamlined data handling.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  9. 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...
  10. Document.last_section property | Aspose.Words f...

    Document.last_section property. Gets the last section in the Document.... doc = aw . Document () # A blank...edit. self . assertEqual ( 1 , doc . sections . count ) # Use a...

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