Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 300,003 for

doc

(0.16 sec)
  1. Paragraph constructor | Aspose.Words for Python

    Paragraph constructor. Initializes a new instance of the [Paragraph](../) class....Paragraph constructor Paragraph(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class....Section constructor Section(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    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. 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...
  5. 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...
  6. SectionCollection.Item | Aspose.Words for .NET ...

    SectionCollection 财产. 检索给定索引处的节... Document doc = new Document ( MyDir + "Rendering...PDF、图像或第一次打印将自动 // 在其页面中缓存文档的布局。 doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. Document.accept_all_revisions method | Aspose.W...

    Document.accept_all_revisions method. Accepts all tracked changes in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Edit the document while tracking...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. 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...
  10. Document.ProtectionType | Aspose.Words for .NET

    Document ProtectionType property. Gets the currently active Document protection type in C#.... Document doc = new Document (); doc . Protect ( ProtectionType...ProtectionType . ReadOnly , doc . ProtectionType ); // If we...

    reference.aspose.com/words/net/aspose.words/doc...