Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 299,987 for

doc

(0.12 sec)
  1. Shape.FirstParagraph | Aspose.Words for .NET

    Shape FirstParagraph property. Gets the first paragraph in the shape in C#.... Document doc = new Document (); // Create...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 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...
  3. 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...
  4. Გააკეთეთ HTML C# Ის Გამოყენებით

    შექმენით ახალი HTML C# ში რამდენიმე ნაბიჯით. მარტივად შექმენით HTML .NET ბიბლიოთეკის გამოყენებით....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...დიაგრამა using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/ka/net/make/html/
  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. 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...
  8. 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...
  9. 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...
  10. Section.EnsureMinimum | Aspose.Words for .NET

    Section EnsureMinimum method. Ensures that the section has Body with one Paragraph in C#.... Document doc = new Document (); // A blank...AreEqual ( NodeType . Section , doc . GetChild ( NodeType . Any ...

    reference.aspose.com/words/net/aspose.words/sec...