Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 155,284 for

doc

(0.18 sec)
  1. Aspose::Words::Paragraph::AppendField method | ...

    Aspose::Words::Paragraph::AppendField method. Appends a field to this paragraph in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Paragraph > paragraph = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. PaperSize enumeration | Aspose.Words for Python

    aspose.words.PaperSize enumeration. Specifies paper size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . page_setup . paper_size...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlPartCollection indexer | Aspose.Words ...

    CustomXmlPartCollection indexer. Gets or sets an item at the specified index.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomXmlPartCollection.clear method | Aspose.W...

    CustomXmlPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomXmlPart.clone method | Aspose.Words for P...

    CustomXmlPart.clone method. Makes a deep enough copy of the object... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fields::Field::Update method | A...

    Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two fields while...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...will be saved in the binary DOC format. Returns Additional information...document and convert it to .PDF. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HyphenationOptions.ConsecutiveHyphenLimit | Asp...

    Discover the ConsecutiveHyphenLimit property in HyphenationOptions. Control hyphen usage in your text for improved readability and formatting. Default, 0.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  9. HyphenationOptions.consecutive_hyphen_limit pro...

    HyphenationOptions.consecutive_hyphen_limit property. Gets or sets the maximum number of consecutive lines that can end with hyphens... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Shape.first_paragraph property | Aspose.Words f...

    Shape.first_paragraph property. Gets the first paragraph in the shape.... doc = aw . Document () # Create a...text_box = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....

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