Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 18,476 for

docx to doc

(0.16 sec)
  1. TextPathAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.TextPathAlignment enumeration. WordArt alignment.... 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...
  2. MailMerge.Execute | Aspose.Words for .NET

    Streamline your mailing process with the MailMerge Execute method, effortlessly merging data from cusTom sources for personalized communication....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  3. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBase.WarningCallback | Aspose.Words for...

    Discover the DocumentBase WarningCallback property, vital for ensuring data integrity during Document processing by detecting potential formatting issues....Document doc = new Document ( MyDir + "Missing font.docx" ); //...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Aspose::Words::Saving::OdtSaveOptions::get_Meas...

    Aspose::Words::Saving::OdtSaveOptions::get_MeasureUnit method. Allows To specify units of measure To apply To Document content. The default value is Centimeters in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); auto saveOptions = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property To access a rich collection of cusTomizable styles, enhancing your Document's visual appeal and consistency....Document doc = new Document (); Assert . That ( doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/doc...
  7. ShadowFormat.Color | Aspose.Words for .NET

    Discover the ShadowFormat Color property To cusTomize shadow colors in your designs. Default is Black, but unleash your creativity with vibrant options!...Document doc = new Document ( MyDir + "Shadow color.docx" ); Shape...Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape , 0 ...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Table.SetBorders | Aspose.Words for .NET

    CusTomize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Clear all...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders To the specified line style, width and color....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let table = doc . firstSection . body . tables . at ( 0 ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Paragraph.JoinRunsWithSameFormatting | Aspose.W...

    Effortlessly join runs with consistent formatting in your paragraphs using the JoinRunsWithSameFormatting method. Enhance your Document's style Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert four runs of text...

    reference.aspose.com/words/net/aspose.words/par...