Sort Score
Result 10 results
Languages All
Labels All
Results 8,661 - 8,670 of 18,350 for

docx to doc

(0.09 sec)
  1. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_HyphenateCaps method. Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_AuToHyphenation method. Gets or sets value determining whether auTomatic hyphenation is turned on for the Document. Default value for this property is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. ComHelper Class | Aspose.Words for .NET

    Unlock seamless Document integration with Aspose.Words.ComHelper. Effortlessly load and manage Documents for COM clients with powerful features....ComHelper" ) Dim doc Set doc = helper . Open ( fileName...Document doc = comHelper . Open ( MyDir + "Document.docx" ); Assert...

    reference.aspose.com/words/net/aspose.words/com...
  4. List.is_list_style_reference property | Aspose....

    List.is_list_style_reference property. Returns ``True`` if this list is a reference To a list style.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IFieldUserPromptRespondent.Respond | Aspose.Wor...

    Discover the IFieldUserPromptRespondent Respond method To capture user responses effectively. Learn how To handle cancellations seamlessly!...void FieldAsk () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ChartFormat.isDefined property | Aspose.Words f...

    ChartFormat.isDefined property. Gets a flag indicating whether any format is defined.... let doc = new aw . Document ( base ...."DataPoint format.docx" ); let shape = doc . getShape ( 0 , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.style_name property | Aspose.Words for Python

    Font.style_name property. Gets or sets the name of the character style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of referencing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed.... 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...
  9. HeaderFooter.isHeader property | Aspose.Words f...

    HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header.... let doc = new aw . Document (); // Create...HeaderFooter ( doc , aw . HeaderFooterType . HeaderPrimary ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TextBox.internal_margin_left property | Aspose....

    TextBox.internal_margin_left property. Specifies the inner left margin in points for a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert another textbox...

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