Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 167,092 for

doc

(0.08 sec)
  1. CustomPartCollection.count property | Aspose.Wo...

    CustomPartCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomPartCollection.clear method | Aspose.Word...

    CustomPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomPart.clone method | Aspose.Words for Python

    CustomPart.clone method. Makes a deep enough copy of the object... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.sections property | Aspose.Words for N...

    Document.sections property. Returns a collection that represents all sections in the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Შეკუმშოს DOC C#

    შეკუმშოს Doc C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ Doc კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....კოდი DOC ის შეკუმშვისთვის C# მაღალი ხარისხის .NET ბიბლიოთეკა...ბიბლიოთეკა DOC კონტენტისა და ზომის ოპტიმიზაციისთვის ორიგინალური ხარისხისა...

    products.aspose.com/words/ka/net/compress/doc/
  6. FieldStyleRef.suppress_non_delimiters property ...

    FieldStyleRef.suppress_non_delimiters property. Gets or sets whether to suppress non-delimiter characters.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HyphenationOptions.auto_hyphenation property | ...

    HyphenationOptions.auto_hyphenation property. Gets or sets value determining whether automatic hyphenation is turned on for the Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () para = doc . get_child (...as_paragraph () run = aw . Run ( doc = doc , text = 'Text with a single-line...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Paragraph::AppendField method | ...

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

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Section.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the EnsureMinimum method, guaranteeing each section includes a Body with a Paragraph for enhanced clarity and structure.... Document doc = new Document (); // A blank...that paragraph. Assert . That ( doc . GetChild ( NodeType . Any ...

    reference.aspose.com/words/net/aspose.words/sec...