Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 179,753 for

doc

(0.44 sec)
  1. WriteProtection.SetPassword | Aspose.Words for ...

    Secure your Documents with the WriteProtection SetPassword method. Easily set a password to enhance Document security and prevent unauthorized access.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  2. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!...public Shape ( DocumentBase doc , ShapeType shapeType ) Parameter...Parameter Type Description doc DocumentBase The owner document. shapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Style.aliases property | Aspose.Words for Python

    Style.aliases property. Gets all aliases of this style... doc = aw . Document ( file_name =...is a separate alias. style = doc . styles . get_by_name ( 'MyStyle'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HyphenationOptions.hyphenate_caps property | As...

    HyphenationOptions.hyphenate_caps property. Gets or sets value determining whether words written in all capital letters are hyphenated... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Გადაიყვანეთ HTML DOC Java

    გადაიყვანეთ HTML Doc Java ფორმატში კოდით. შეინახეთ HTML როგორც Doc Java....გადაიყვანეთ HTML DOC Java ში მაღალსიჩქარიანი პროგრამული უზრუნველყოფის...უზრუნველყოფის Java HTML DOC ად კონვერტაციისთვის გამოიყენეთ ჩვენი...

    products.aspose.com/words/ka/java/conversion/ht...
  6. ViewOptions.view_type property | Aspose.Words f...

    ViewOptions.view_type property. Controls the view mode in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Document.spelling_checked property | Aspose.Wor...

    Document.spelling_checked property. Returns ``True`` if the Document has been checked for spelling.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.InsertField | Aspose.Words for .NET

    Effortlessly insert fields into paragraphs with the Paragraph InsertField method. Enhance your Document's functionality and streamline content management....Document doc = new Document (); Paragraph para = doc . FirstSection...child nodes: Run run = new Run ( doc ) { Text = "This run was written...

    reference.aspose.com/words/net/aspose.words/par...
  9. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/sto...
  10. CustomPartCollection.RemoveAt | Aspose.Words fo...

    Effortlessly manage your CustomPartCollection with the RemoveAt method—quickly remove items by index for streamlined data handling.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...