Sort Score
Result 10 results
Languages All
Labels All
Results 7,771 - 7,780 of 18,331 for

docx to doc

(0.98 sec)
  1. Table.set_borders method | Aspose.Words for Python

    Table.set_borders method. Sets all table borders To the specified line style, width and color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Start a table and set a...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::DocumentBase::get_FootnoteSepara...

    Aspose::Words::DocumentBase::get_FootnoteSeparaTors method. Provides access To the footnote/endnote separaTors defined in the Document in C++.... auto doc = System :: MakeObject < Aspose...+ u "Footnotes and endnotes.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Section | Aspose.Words for Java

    Represents a single section in a Document in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldStyleRef.InsertParagraphNumberInRelativeCo...

    Discover the FieldStyleRef InsertParagraphNumberInRelativeContext property To easily manage paragraph numbering in your Documents for enhanced clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Product Overview|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET is a software library designed To create, modify, convert, render, and print Documents without relying on any other software....PDF, HTML, or Markdown, PDF to DOCX, and so on. Read more about...another , for example, from DOCX to PDF, JPEG, or Markdown, or...

    docs.aspose.com/words/python-net/product-overview/
  6. ListLevelCollection class | Aspose.Words for Py...

    aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached To.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CusTomXmlPartCollection::RemoveAt method. Removes an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. SaveOptions.use_anti_aliasing property | Aspose...

    SaveOptions.use_anti_aliasing property. Gets or sets a value determining whether or not To use anti-aliasing for rendering.... doc = aw . Document ( file_name =...'Rendering.docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Open a Document Read-Only in Python|Aspose.Word...

    Make your Document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...

    docs.aspose.com/words/python-net/open-a-documen...