Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 157,133 for

doc

(0.07 sec)
  1. Document.protect method | Aspose.Words for Python

    aspose.words.Document.protect method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.ProtectionType | Aspose.Words for .NET

    Discover the active Document protection type for enhanced security and data integrity. Safeguard your files effortlessly with our advanced features.... Document doc = new Document (); doc . Protect ( ProtectionType...ProtectionType . ReadOnly , doc . ProtectionType ); // If we...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ThumbnailGeneratingOptions class | Aspose.Words...

    aspose.words.rendering.ThumbnailGeneratingOptions class. Can be used to specify additional options when generating thumbnail for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_ConsecutiveHyphenLimit method. Gets or sets the maximum number of consecutive lines that can end with hyphens. Default value for this property is 0 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. StructuredDocumentTag.node_type property | Aspo...

    StructuredDocumentTag.node_type property. Returns [NodeType.STRUCTURED_DocUMENT_TAG](../../../aspose.words/nodetype/#STRUCTURED_DocUMENT_TAG).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways to apply...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Autofit Setting to Tables in Jython|Aspose.Word...

    Autofit Setting to Tables using Jython....'programming_documents/' doc = Document ( self . dataDir + "TestFile.doc" ) self...autofit_table_to_contents ( doc ) self . autofit_table_to_fixed_width_columns...

    docs.aspose.com/words/java/autofit-setting-to-t...
  7. Შექმენით Დოკუმენტი Python Ში

    შექმენით ფაილი Python via .NET ბიბლიოთეკის გამოყენებით. მარტივად შექმენით ახალი დოკუმენტი Python ში რამდენიმე ნაბიჯით....მარტივად შექმნან დოკუმენტი PDF, DOC, DOCX, HTML, EPUB და მრავალი...მხარდაჭერილ ფორმატში - PDF, DOCX, DOC, RTF, ODT, EPUB, HTML და სხვა...

    products.aspose.com/words/ka/python-net/make/
  8. Section.Clone | Aspose.Words for .NET

    Effortlessly duplicate sections with our Section Clone method. Streamline your workflow and enhance productivity with this powerful tool!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  9. OoxmlCompliance enumeration | Aspose.Words for ...

    Aspose.Words.Saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DocX format.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two wrapping...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Row constructor | Aspose.Words for Python

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

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