Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 30,980 for

doc

(0.05 sec)
  1. Aspose::Words::Drawing::TextPath::get_On method...

    Aspose::Words::Drawing::TextPath::get_On method. Defines whether the text is displayed in C++....void InsertTextPaths () { auto doc = MakeObject < Document > ();...Shape > shape = AppendWordArt ( doc , u "Hello World! This text is...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. StructuredDocumentTag | Aspose.Words for .NET

    Create powerful structured Documents effortlessly with the StructuredDocumentTag constructor. Initialize new instances for enhanced organization and clarity....StructuredDocumentTa ( DocumentBase doc , SdtType type , MarkupLevel...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Cell.ensureMinimum method | Aspose.Words for No...

    Cell.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... let doc = new aw . Document (); let table...new aw . Tables . Table ( doc ); doc . firstSection . body . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your Document processing.... Document doc = new Document ( MyDir + "Paragraphs...docx" ); Paragraph [] paras = doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  6. CompositeNode.remove_child method | Aspose.Word...

    CompositeNode.remove_child method. Removes the specified child node.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Fill.preset_texture property | Aspose.Words for...

    Fill.preset_texture property. Gets a [PresetTexture](../../presettexture/) for the fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::TextWatermarkOptions::get_FontFa...

    Aspose::Words::TextWatermarkOptions::get_FontFamily method. Gets or sets font family name. The default value is "Calibri" 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::Font::get_Size method | Aspose.W...

    Aspose::Words::Font::get_Size method. Gets or sets the font size in points in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Specify font formatting...

    reference.aspose.com/words/cpp/aspose.words/fon...
  10. LayoutOptions class | Aspose.Words for Node.js

    Aspose.Words.Layout.LayoutOptions class. Holds the options that allow controlling the Document layout process... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a revision, then...

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