Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 157,140 for

doc

(0.11 sec)
  1. RevisionOptions.show_in_balloons property | Asp...

    RevisionOptions.show_in_balloons property. Allows to specify whether the revisions are rendered in the balloons... doc = aw . Document ( file_name =...on the page's right margin. doc . layout_options . revision_options...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IFieldUpdateCultureProvider Interface | Aspose....

    Discover the Aspose.Words.Fields.IFieldUpdateCultureProvider interface. Enhance field updates with a customizable CultureInfo object for precise localization....DefineDateTimeFormat () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( FieldType...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldBarcode | Aspose.Words for Java

    Implements the BARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Notes::Footnote::get_StoryType m...

    Aspose::Words::Notes::Footnote::get_StoryType method. Returns Footnotes or Endnotes in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Footnote > footnote...

    reference.aspose.com/words/cpp/aspose.words.not...
  5. Aspose::Words::Fields::FieldSeq::get_ResetHeadi...

    Aspose::Words::Fields::FieldSeq::get_ResetHeadingLevel method. Gets or sets an integer number representing a heading level to reset the sequence number to. Returns -1 if the number is absent in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // SEQ fields display a count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. FieldFormDropDown | Aspose.Words for Java

    Implements the FORMDROPDOWN field in Java.... Document doc = new Document(getMyDir() + "Form...fieldFormCheckBox = (FieldFormCheckBox) doc.getRange().getFields().get(1);...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldAddIn | Aspose.Words for Java

    Implements the ADDIN field in Java.... Document doc = new Document(getMyDir() + "Field...FieldAddIn field = (FieldAddIn) doc.getRange().getFields().get(0);...

    reference.aspose.com/words/java/com.aspose.word...
  8. ParagraphFormat.WidowControl | Aspose.Words for...

    Discover how the ParagraphFormat WidowControl property ensures your text's first and last lines stay together on the same page for better readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // When we write the text...

    reference.aspose.com/words/net/aspose.words/par...
  9. LegendPosition Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.LegendPosition enum to easily customize your chart legend's position for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  10. MetafileRenderingOptions.useGdiRasterOperations...

    MetafileRenderingOptions.useGdiRasterOperationsEmulation property. Gets or sets a value determining whether or not to use the GDI+ for raster operations emulation.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertImage ( base...

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