Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 43,826 for

doc

(0.13 sec)
  1. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TextOrientation property to easily set page text direction. Customize your layout with options beyond the default Horizontal....native formats DOCX, WML, RTF and DOC. Examples Shows how to set text...text orientation. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  2. PageSetup.topMargin property | Aspose.Words for...

    PageSetup.topMargin property. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . pageSetup . paperSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentProperty.ToBool | Aspose.Words for .NET

    Discover the DocumentProperty ToBool method that efficiently converts property values to boolean for seamless data handling and enhanced coding efficiency.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; DateTime...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Fill.fore_tint_and_shade property | Aspose.Word...

    Fill.fore_tint_and_shade property. Gets or sets a double value that lightens or darkens the foreground color.... doc = aw . Document ( file_name =...document.docx' ) text_fill = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Font::get_TintAndShade method | ...

    Aspose::Words::Font::get_TintAndShade method. Gets or sets a double value that lightens or darkens a color in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln (); //...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_shape (...

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

    Discover the ImageSaveOptions Clone method to effortlessly create a deep clone of your objects, enhancing your coding efficiency and flexibility.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...
  9. DocumentProperty.to_double method | Aspose.Word...

    DocumentProperty.to_double method. Returns the property value as double.... doc = aw . Document () properties = doc . custom_document_properties...'Authorized Revision' , value = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentProperty.to_int method | Aspose.Words f...

    DocumentProperty.to_int method. Returns the property value as integer.... doc = aw . Document () properties = doc . custom_document_properties...'Authorized Revision' , value = doc . built_in_document_properties...

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