Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 157,351 for

doc

(0.08 sec)
  1. Aspose::Words::Drawing::RelativeVerticalPositio...

    Aspose::Words::Drawing::RelativeVerticalPosition enum. Specifies to what the vertical position of a shape or text frame is relative in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert the image into the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. TextureIndex Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextureIndex enum for advanced shading textures. Enhance your Document design with customizable, high-quality textures.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/tex...
  3. FieldXE.yomi property | Aspose.Words for Python

    FieldXE.yomi property. Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...