Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 18,297 for

docx to doc

(0.12 sec)
  1. WriteProtection.read_only_recommended property ...

    WriteProtection.read_only_recommended property. Specifies whether the Document author has recommended that the Document be opened as read-only.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. Aspose::Words::Document::get_ProtectionType met...

    Aspose::Words::Document::get_ProtectionType method. Gets the currently active Document protection type in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> Protect ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Section.PageSetup | Aspose.Words for .NET

    Discover the PageSetup property for cusTomizable section settings. Optimize your Document layout with easy access To page and section configurations....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/sec...
  5. 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...
  6. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Section.pageSetup property | Aspose.Words for N...

    Section.pageSetup property. Returns an object that represents page setup and section properties.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose word Html Conversion - Free Support Foru...

    Hi team , I am Converting a Paragraph in Aspose To Html but it’s providig me Margin Top 4pt which should be zero , I am sharing the code which is used and Document which i am converting. Please note that i am Convertin…...SetLicense(ms) End Using Dim doc As Aspose.Words.Document = New...Markup.StructuredDocumentTa In doc.GetChildNodes(Aspose.Words.NodeType...

    forum.aspose.com/t/aspose-word-html-conversion/...
  9. XmlMapping.setMapping method | Aspose.Words for...

    XmlMapping.setMapping method. Sets a mapping between the parent structured Document tag and an XML node of a cusTom XML data part.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. MailMerge.PreserveUnusedTags | Aspose.Words for...

    Discover the MailMerge PreserveUnusedTags property To manage unused mustache tags effectively, enhancing your Document auTomation process....preserveUnusedTags ) { Document doc = CreateSourceDocWithA (); DataTable...MERGEFIELDs and leave them unfilled. doc . MailMerge . PreserveUnusedTags...

    reference.aspose.com/words/net/aspose.words.mai...