Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 180,113 for

doc

(0.23 sec)
  1. DashStyle | Aspose.Words for Java

    Dashed line style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  2. Document.unlink_fields method | Aspose.Words fo...

    Document.unlink_fields method. Unlinks fields in the whole Document.... doc = aw . Document ( file_name =...MY_DIR + 'Linked fields.docx' ) doc . unlink_fields () See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TxtSaveOptions.OfficeMathExportMode | Aspose.Wo...

    Control how OfficeMath is written in TXT output with OfficeMathExportMode for consistent formatting and clear mathematical content.... Document doc = new Document ( MyDir + "Office...TxtOfficeMathExportM . Latex ; doc . Save ( ArtifactsDir + "TxtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. HtmlSaveOptions.ExportDropDownFormFieldAsText |...

    Discover how the HtmlSaveOptions ExportDropDownFormFieldAsText property enhances your HTML/MHTML exports by controlling dropdown field formats. Optimize your Documents!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Drawing::VerticalAlignment enum ...

    Aspose::Words::Drawing::VerticalAlignment enum. Specifies vertical alignment of a floating shape, text frame or a floating table in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a floating image...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Fields::FormField::get_Result me...

    Aspose::Words::Fields::FormField::get_Result method. Gets or sets a string that represents the result of this form field in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Please...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Font.LocaleIdBi | Aspose.Words for .NET

    Discover the Font LocaleIdBi property, easily manage locale identifiers for formatted right-to-left characters, enhancing your multilingual applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Define a set of font settings...

    reference.aspose.com/words/net/aspose.words/fon...
  8. SignatureLine.Instructions | Aspose.Words for .NET

    Discover how to customize signer instructions with the SignatureLine property. Enhance the signing experience by adding clear, personalized guidance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions options...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Joining Tables in Jython|Aspose.Words for Java

    Joining Tables using Jython.... doc = Document ( dataDir + "tableDoc.doc" ) # Get the...the first table. firstTable = doc . getChild ( NodeType . TABLE...

    docs.aspose.com/words/java/joining-tables-in-jy...
  10. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table to the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...required feed and generated doc for your reference , kindly check...and set its position: Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/charts-are-not-replacing-at-...