Sort Score
Result 10 results
Languages All
Labels All
Results 7,361 - 7,370 of 18,405 for

docx to doc

(0.93 sec)
  1. Body.parent_section property | Aspose.Words for...

    Body.parent_section property. Gets the parent section of this sTory....suppress_endnotes (): doc = aw . Document () doc . remove_all_children...EndnotePosition . END_OF_DOCUMENT , doc . endnote_options . position...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::HeaderFooter::get_ParentSection ...

    Aspose::Words::HeaderFooter::get_ParentSection method. Gets the parent section of this sTory in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  3. Document.WriteProtection | Aspose.Words for .NET

    Explore the Document WriteProtection property To manage your Document's write protection settings effortlessly and enhance security.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/doc...
  4. CustomXmlPartCollection.clone method | Aspose.W...

    CusTomXmlPartCollection.clone method. Makes a deep copy of this collection and its items.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Section constructor | Aspose.Words for Python

    Section construcTor. Initializes a new instance of the Section class....Section constructor Section(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

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

    Discover Aspose.Words.Saving.XamlFlowSaveOptions for enhanced Document saving in XamlFlow formats. Unlock advanced features for seamless integration!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ImageUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property To cusTomize your Document rendering. Control which pages To save for optimized output. Explore now!...Document doc = new Document ( MyDir + "Images.docx" ); ImageSaveOptions...imageOptions . PageSet = pageSet ; doc . Save ( ArtifactsDir + "ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Settings::WriteProtection::Valid...

    Aspose::Words::Settings::WriteProtection::ValidatePassword method. Returns true if the specified password is the same as the write-protection password the Document was protected with. If Document is not write-protected with password then returns false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.paragraphs property. Represents an estimate of the number of paragraphs in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Lorem...

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

    aspose.words.framesets.FramesetCollection class. Represents a collection of instances of the [Frameset](../frameset/) class... doc = aw . Document ( file_name =...+ 'Frameset.docx' ) self . assertEqual ( 3 , doc . frameset ...

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