Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 183,727 for

doc

(0.53 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceTop method. Returns or sets the distance (in points) between the Document text and the top edge of the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a rectangle and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::ParagraphFormat::get_OutlineLeve...

    Aspose::Words::ParagraphFormat::get_OutlineLevel method. Specifies the outline level of the paragraph in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Each paragraph has an OutlineLevel...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. TextBox.Previous | Aspose.Words for .NET

    Discover the TextBox Previous property, effortlessly access the prior TextBox in your shape sequence for streamlined design and enhanced workflow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape textBoxShape1 = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. LayoutOptions.show_paragraph_marks property | A...

    LayoutOptions.show_paragraph_marks property. Gets or sets indication of whether paragraph marks are rendered... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add some paragraphs, then...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Settings::ViewType enum | Aspose...

    Aspose::Words::Settings::ViewType enum. Possible values for the view mode in Microsoft Word in C++.... auto doc = System :: MakeObject < Aspose...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_Document_properties property. Gets [PlainTextDocument.built_in_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . b...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::ParagraphFormat::get_LineSpacing...

    Aspose::Words::ParagraphFormat::get_LineSpacingRule method. Gets or sets the line spacing for the paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are three line spacing...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::PageSetup::get_DifferentFirstPag...

    Aspose::Words::PageSetup::get_DifferentFirstPageHeaderFooter method. True if a different header or footer is used on the first page in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two types of...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. HyphenationOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.HyphenationOptions class to effortlessly customize hyphenation settings for your Documents and enhance text presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...