Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 313,804 for

doc

(0.37 sec)
  1. ThumbnailGeneratingOptions.GenerateFromFirstPag...

    ThumbnailGeneratingOptions GenerateFromFirstPage property. Specifies whether to generate thumbnail from first page of the Document or first image in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.ren...
  2. Font.Name | Aspose.Words for .NET

    Font Name property. Gets or sets the name of the font in C#....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/fon...
  3. MailMerge.merge_whole_document property | Aspos...

    MailMerge.merge_whole_Document property. Gets or sets a value indicating whether fields in whole Document are updated while executing of a mail merge with regions....merge_whole_document ): doc = ExMailMerge . create_source_doc_merge_whole_document...name of the data source table. doc . mail_merge . merge_whole_document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BackgroundColor | Aspose.Note for .NET API Refe...

    Gets or sets the background color....the Document class Document doc = new Document (); // Initialize...TableCell cell11 = new TableCell ( doc ); cell11 . AppendChildLast (...

    reference.aspose.com/note/net/aspose.note/table...
  5. Aspose::Words::Tables::Cell Class Reference - A...

    Represents a table cell.... auto doc = MakeObject<Document>(); auto...table = MakeObject<Table>(doc); doc->get_FirstSection()->get_...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose::Words::Tables::Cell Class Reference - A...

    Represents a table cell.... auto doc = MakeObject<Document>(); auto...table = MakeObject<Table>(doc); doc->get_FirstSection()->get_...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. MailMerge.MergeWholeDocument | Aspose.Words for...

    MailMerge MergeWholeDocument property. Gets or sets a value indicating whether fields in whole Document are updated while executing of a mail merge with regions in C#....mergeWholeDocument ) { Document doc = CreateSourceDocMerge (); DataTable...name of the data source table. doc . MailMerge . MergeWholeDocument...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Aspose::Words::TextWatermarkOptions::get_IsSemi...

    Aspose::Words::TextWatermarkOptions::get_IsSemitrasparent method. Gets or sets a boolean value which is responsible for opacity of the watermark. The default value is true in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. Aspose::Words::TextWatermarkOptions::get_Layout...

    Aspose::Words::TextWatermarkOptions::get_Layout method. Gets or sets layout of the watermark. The default value is Diagonal in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/tex...
  10. SaveOptions.update_created_time_property proper...

    SaveOptions.update_created_time_property property. Gets or sets a value determining whether the [BuiltInDocumentProperties.created_time](../../../aspose.words.properties/builtinDocumentproperties/created_time/) property is updated before saving... doc = aw . Document () created_time...datetime ( 2019 , 12 , 20 ) doc . built_in_document_properties...

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