Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 180,980 for

doc

(0.43 sec)
  1. FieldMacroButton.MacroName | Aspose.Words for .NET

    Discover the FieldMacroButton MacroName property to easily manage and customize your macros or commands for enhanced functionality and efficiency.... Document doc = new Document ( MyDir + "Macro...DocumentBuilder ( doc ); Assert . That ( doc . HasMacros , Is...

    reference.aspose.com/words/net/aspose.words.fie...
  2. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  3. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java.... Document doc = new Document(); // Add a plain...plain text watermark. doc.getWatermark().setText("Aspose Watermark");...

    reference.aspose.com/words/java/com.aspose.word...
  4. XpsSaveOptions.save_format property | Aspose.Wo...

    XpsSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert headings that can...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::FileFormatUtil::LoadFormatToSave...

    Aspose::Words::FileFormatUtil::LoadFormatToSaveFormat method. Converts a LoadFormat value to a SaveFormat value if possible in C++....Aspose :: Words :: LoadFormat :: Doc , loadFormat ); // Below are...detected file extension. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/fil...
  6. Get Paper Width and Height of Page|Documentation

    This section explains how to get paper size of the visio page with Aspose.Diagram.... DOC || info . getLoadFormat () ==...using Aspose.Words API Document doc = new Document ( new ByteArrayInputStream...

    docs.aspose.com/diagram/java/get-paper-width-an...
  7. SignatureLine.signer property | Aspose.Words fo...

    SignatureLine.signer property. Gets or sets suggested signer of the signature line... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) options = aw . SignatureLineOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat.is_link property | Aspose.Words for P...

    OleFormat.is_link property. Returns ``True`` if the OLE object is linked (when [OleFormat.source_full_name](../source_full_name/) is specified).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Embed a Microsoft Visio drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RowFormat.clear_formatting method | Aspose.Word...

    RowFormat.clear_formatting method. Resets to default row formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Comment class, your essential tool for managing comment text in Documents. Enhance your workflow with seamless integration!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/com...