Sort Score
Result 10 results
Languages All
Labels All
Results 7,481 - 7,490 of 17,482 for

docx to doc

(0.07 sec)
  1. ChartAxis.hidden property | Aspose.Words for Py...

    ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CusTomDocumentProperties::Add method. Creates a new cusTom Document property of the Boolean data type in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Aspose::Words::Document::get_JustificationMode ...

    Aspose::Words::Document::get_JustificationMode method. Gets or sets the character spacing adjustment of a Document in C++.... auto doc = System :: MakeObject < Aspose...( get_MyDir () + u "Document.docx" ); Aspose :: Words :: Settings...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Saving::SaveOptions::get_UseHigh...

    Aspose::Words::Saving::SaveOptions::get_UseHighQualityRendering method. Gets or sets a value determining whether or not To use high quality (i.e. slow) rendering algorithms in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); auto builder = System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. RevisionGroupCollection class | Aspose.Words fo...

    aspose.words.RevisionGroupCollection class. A collection of [RevisionGroup](../revisiongroup/) objects that represent revision groups in the Document... doc = aw . Document ( file_name =...+ 'Revisions.docx' ) self . assertEqual ( 7 , doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.XmlMapping | Aspose.Words...

    Discover how the StructuredDocumentTag XmlMapping property connects your tags To XML data, enhancing Document cusTomization and integration for seamless workflows.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Document.FirstSection | Aspose.Words for .NET

    Retrieve the first section of your Document effortlessly. Enhance your workflow with our Document FirstSection property for streamlined organization....Document doc = new Document ( MyDir + "Footer.docx" ); HeaderFooterCollecti...HeaderFooterCollecti headersFooters = doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property To easily identify node types in your application, enhancing your development efficiency and code clarity....Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/nod...
  9. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some text and mark...

    reference.aspose.com/words/python-net/aspose.wo...
  10. WebExtensionBindingCollection Class | Aspose.Wo...

    Discover the Aspose.Words.WebExtensionBindingCollection class, a powerful Tool for managing web extension bindings in your applications seamlessly.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...