Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 155,673 for

doc

(0.06 sec)
  1. Document.shade_form_data property | Aspose.Word...

    Document.shade_form_data property. Specifies whether to turn on the gray shading on form fields.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LayoutOptions.show_hidden_text property | Aspos...

    LayoutOptions.show_hidden_text property. Gets or sets indication of whether hidden text in the Document is rendered... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert hidden text, then...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shape.text_path property | Aspose.Words for Python

    Shape.text_path property. Defines the text of the text path (of a WordArt object).... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.ensureMinimum method | Aspose.Words fo...

    Document.ensureMinimum method. If the Document contains no sections, creates one section with one paragraph....let doc = new aw . Document (); NodeCollection nodes = doc . getChildNodes...0 ]. ParentNode ). toEqual ( doc ); expect ( nodes [ 1 ]. NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::TextPath::get_Kerning m...

    Aspose::Words::Drawing::TextPath::get_Kerning method. Determines whether kerning is turned on 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...
  6. Aspose::Words::Drawing::TextPath::get_StrikeThr...

    Aspose::Words::Drawing::TextPath::get_StrikeThrough method. True if the font is formatted as strikethrough text 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...
  7. Aspose::Words::Drawing::ShapeBase::get_IsWordAr...

    Aspose::Words::Drawing::ShapeBase::get_IsWordArt method. Returns true if this shape is a WordArt object 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...
  8. 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...
  9. Aspose::Words::Saving::OoxmlSaveOptions::get_Sa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can be Docx, Docm, Dotx, Dotm or FlatOpc in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Aspose::Words::PageVerticalAlignment enum | Asp...

    Aspose::Words::PageVerticalAlignment enum. Specifies vertical justification of text on each page in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...