Sort Score
Result 10 results
Languages All
Labels All
Results 8,811 - 8,820 of 18,478 for

docx to doc

(0.16 sec)
  1. ChartAxisTitle.show property | Aspose.Words for...

    ChartAxisTitle.show property. Determines whether the title shall be shown for the axis... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of paragraph count in your Document for better content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  3. Aspose::Words::Fonts::FontFallbackSettings::Sav...

    Aspose::Words::Fonts::FontFallbackSettings::Save method. Saves the current fallback settings To stream in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Load an XML document...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. PageSetup.border_distance_from property | Aspos...

    PageSetup.border_distance_from property. Gets or sets a value that indicates whether the specified page border is measured from the edge of the page or from the text it surrounds.... doc = aw . Document () page_setup = doc . sections...border . distance_from_text = 0 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OfficeMathDisplayType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Math.OfficeMathDisplayType enum To easily cusTomize equation display formats for enhanced Document clarity and presentation....Document doc = new Document ( MyDir + "Office math.docx" ); OfficeMath...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  6. FieldSeq class | Aspose.Words for Python

    aspose.words.fields.FieldSeq class. Implements the SEQ field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A TOC field can create...

    reference.aspose.com/words/python-net/aspose.wo...
  7. OfficeMath.displayType property | Aspose.Words ...

    OfficeMath.displayType property. Gets/sets Office Math display format type which represents whether an equation is displayed inline with the text or displayed on its own line.... let doc = new aw . Document ( base ....+ "Office math.docx" ); let officeMath = doc . getOfficeMath...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.tabStops property | Aspose.Word...

    ParagraphFormat.tabSTops property. Gets the collection of cusTom tab sTops defined for this object.... let doc = new aw . Document ( base .... myDir + "Table of contents.docx" ); // Iterate through all paragraphs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ParagraphFormat.TabStops | Aspose.Words for .NET

    Discover the ParagraphFormat TabSTops property To easily manage cusTom tab sTops, enhancing your Document formatting and improving readability....Document doc = new Document ( MyDir + "Table of contents.docx" );...foreach ( Paragraph para in doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/par...
  10. Aspose::Words::ParagraphFormat::get_Borders met...

    Aspose::Words::ParagraphFormat::get_Borders method. Gets collection of borders of the paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/par...