Sort Score
Result 10 results
Languages All
Labels All
Results 6,511 - 6,520 of 157,121 for

doc

(0.09 sec)
  1. Insert Picture into a Document|Aspose.Words for...

    Insert picture into a Document. NPOI does not provide an opportunity to insert picture into a Document using C#....Document doc = new Document ( "../../data/document.doc" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertImage ( "...

    docs.aspose.com/words/net/insert-picture-in-doc...
  2. AxisTickLabels.position property | Aspose.Words...

    AxisTickLabels.position property. Gets or sets the position of the tick labels on the axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Fields::ToaCategories::idx_set m...

    Aspose::Words::Fields::ToaCategories::idx_set method. Gets or sets the category heading by category number in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldOptions::get_ToaCat...

    Aspose::Words::Fields::FieldOptions::get_ToaCategories method. Gets or sets the table of authorities categories in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. PdfSaveOptions.exportLanguageToSpanTag property...

    PdfSaveOptions.exportLanguageToSpanTag property. Gets or sets a value determining whether or not to create a Span tag in the Document structure to export the text language.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  7. Border.TintAndShade | Aspose.Words for .NET

    Discover Border TintAndShade, effortlessly adjust color brightness with a simple double value for stunning design enhancements. Perfect for your creative projects!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Border topBorder = builder...

    reference.aspose.com/words/net/aspose.words/bor...
  8. Style.builtIn property | Aspose.Words for Node.js

    Style.builtIn property. True if this style is one of the built-in styles in MS Word.... let doc = new aw . Document (); // When...flag set to "true". let style = doc . styles . at ( "Emphasis" );...

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

    Restore your text to its original style with the Font ClearFormatting method. Enjoy clean, consistent formatting for a polished look!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "For more...

    reference.aspose.com/words/net/aspose.words/fon...
  10. CellFormat.setPaddings method | Aspose.Words fo...

    CellFormat.setPaddings method. Sets the amount of space (in points) to add to the left/top/right/bottom of the contents of cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Set a padding distance...

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