Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 30,736 for

doc

(0.05 sec)
  1. Aspose::Words::Section::get_ProtectedForForms m...

    Aspose::Words::Section::get_ProtectedForForms method. True if the section is protected for forms. When a section is protected for forms, users can select and modify text only in form fields in Microsoft Word in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  2. Aspose::Words::Tables::Row::EnsureMinimum metho...

    Aspose::Words::Tables::Row::EnsureMinimum method. If the Row has no cells, creates and appends one Cell in C++.... auto doc = MakeObject < Document > ();...= MakeObject < Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. FieldSubject.Text | Aspose.Words for .NET

    Manage the FieldSubject Text property effortlessly—get or set your subject text for seamless data handling and enhanced user experience.... Document doc = new Document (); // Set a value..."Subject" built-in property. doc . BuiltInDocumentPrope . Subject...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToByteArray method. Returns the property value as byte array in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. FieldCollection.clear method | Aspose.Words for...

    FieldCollection.clear method. Removes all fields of this collection from the Document and from this collection itself.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveOptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.save_format](../save_format/) is [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF) and [ImageSaveOptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4).... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldCompare.left_expression property | Aspose....

    FieldCompare.left_expression property. Gets or sets the left part of the comparison expression.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSetup.textOrientation property | Aspose.Wor...

    PageSetup.textOrientation property. Allows to specify [PageSetup.textOrientation](./) for the whole page...native formats DOCX, WML, RTF and DOC. Examples Shows how to set text...text orientation. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.protection_type property | Aspose.Word...

    Document.protection_type property. Gets the currently active Document protection type.... doc = aw . Document () doc . protect ( type...ProtectionType . READ_ONLY , doc . protection_type ) # If we open...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BaseWebExtensionCollection1.Count | Aspose.Word...

    Discover the BaseWebExtensionCollection Count property to easily retrieve the total number of elements, enhancing your web development efficiency.... Document doc = new Document ( MyDir + "Web...docx" ); Assert . AreEqual ( 1 , doc . WebExtensionTaskPane . Count...

    reference.aspose.com/words/net/aspose.words.web...