Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 157,597 for

doc

(0.05 sec)
  1. SaveOptions.update_ambiguous_text_font property...

    SaveOptions.update_ambiguous_text_font property. Determines whether the font attributes will be changed according to the character code being used.... doc = aw . Document ( file_name =...'Special symbol.docx' ) run = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Section.append_content method | Aspose.Words fo...

    Section.append_content method. Inserts a copy of content of the source section at the end of this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldAutoTextList.list_style property | Aspose....

    FieldAutoTextList.list_style property. Gets or sets the name of the style on which the list to contain entries is based....def field_auto_text_list (): doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Transparency in XPS file | Python

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/page/python-net/xps/working-wit...
  5. Range.UnlinkFields | Aspose.Words for .NET

    Discover the Range UnlinkFields method to effortlessly unlink fields in your Document range, enhancing your workflow and Document management.... Document doc = new Document ( MyDir + "Linked...Section ) doc . Sections [ 0 ]. Clone ( true ); doc . Sections...

    reference.aspose.com/words/net/aspose.words/ran...
  6. Document.clone method | Aspose.Words for Node.js

    Document.clone method. Performs a deep copy of the [Document](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Drawing::ShapeMarkupLanguage enu...

    Aspose::Words::Drawing::ShapeMarkupLanguage enum. Specifies Markup language used for the shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access to the formatting properties of the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Markup::CustomXmlPart::get_Id me...

    Aspose::Words::Markup::CustomXmlPart::get_Id method. Gets or sets the string that identifies this custom XML part within an OOXML Document in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Aspose::Words::DocumentBuilder::get_PageSetup m...

    Aspose::Words::DocumentBuilder::get_PageSetup method. Returns an object that represents current page setup and section properties in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/doc...