Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 18,309 for

docx to doc

(0.51 sec)
  1. Aspose::Words::Font::get_LocaleId method | Aspo...

    Aspose::Words::Font::get_LocaleId method. Gets or sets the locale identifier (language) of the formatted characters in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If we set the font's locale...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    Effortlessly enhance your Documents with the DocumentBuilder InsertHtml method—seamlessly insert HTML strings for dynamic content integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); const string html = "<p a...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ChartSeriesGroup.bubble_scale property | Aspose...

    ChartSeriesGroup.bubble_scale property. Gets or sets the size of the bubbles as a percentage of their default size.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a bubble 3D chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomPart.Data | Aspose.Words for .NET

    Explore CusTomPart Data. Access detailed information about your cusTom parts for enhanced precision and efficiency in your projects.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  5. PageSetup.border_surrounds_header property | As...

    PageSetup.border_surrounds_header property. Specifies whether the page border includes or excludes the header.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::SaveOptions::get_UpdateL...

    Aspose::Words::Saving::SaveOptions::get_UpdateLastSavedTimeProperty method. Gets or sets a value determining whether the LastSavedTime property is updated before saving in C++.... auto doc = System :: MakeObject < Aspose...( get_MyDir () + u "Document.docx" ); ASSERT_EQ ( System :: DateTime...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...< Aspose :: Words :: Run > ( doc , u "Hello world!" ); System...

    reference.aspose.com/words/cpp/aspose.words/run/
  8. FieldQuote.text property | Aspose.Words for Python

    FieldQuote.text property. Gets or sets the text To retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a QUOTE field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::HeaderFooterCollection::idx_get ...

    Aspose::Words::HeaderFooterCollection::idx_get method. Retrieves a HeaderFooter of the specified type in C++.... auto doc = System :: MakeObject < Aspose...+ u "Header and footer types.docx" ); // Iterate through each...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. CellFormat.clearFormatting method | Aspose.Word...

    CellFormat.clearFormatting method. Resets To default cell formatting...let doc = new aw . Document ( base . myDir + "Tables.docx" );...Body node: let firstTable = doc . firstSection . body . tables...

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