Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 180,109 for

doc

(0.17 sec)
  1. Aspose::Words::WarningInfo::get_Description met...

    Aspose::Words::WarningInfo::get_Description method. Returns the description of the warning in C++.... auto doc = System :: MakeObject < Aspose...:: WarningInfoCollectio > (); doc -> set_WarningCallback ( warningCollector...

    reference.aspose.com/words/cpp/aspose.words/war...
  2. PdfSaveOptions.exportDocumentStructure property...

    PdfSaveOptions.exportDocumentStructure property. Gets or sets a value determining whether or not to export Document structure.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OfficeMathJustification Enum | Aspose.Words for...

    Discover Aspose.Words.Math.OfficeMathJustification enum for precise equation alignment. Enhance your Document's clarity with optimal justification options.... Document doc = new Document ( MyDir + "Office...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  4. OptionButtonControl class | Aspose.Words for Py...

    aspose.words.drawing.ole.OptionButtonControl class. The OptionButton control enables a single choice in a limited set of mutually exclusive choices.... doc = aw . Document ( file_name =...'Radio buttons.docx' ) shape1 = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.NameAscii | Aspose.Words for .NET

    Discover the Font NameAscii property to customize Latin text fonts, enhancing your design with character codes 0-127 for improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Suppose a run that we use...

    reference.aspose.com/words/net/aspose.words/fon...
  7. PdfEncryptionDetails class | Aspose.Words for N...

    Aspose.Words.Saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldCollection indexer | Aspose.Words for Python

    FieldCollection indexer. Returns a field at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_field (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImageData.sourceFullName property | Aspose.Word...

    ImageData.sourceFullName property. Gets or sets the path and name of the source file for the linked image.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); const imageFileName = base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Set Size of PDF using pythob via C++|Aspose.PDF...

    This section shows how to get or set PDF page properties such as size of Document using Python via C++....document object from the input file doc = apCore . document_create_from_file...apCore . document_get_pages ( doc ) # Get the first page from the...

    docs.aspose.com/pdf/python-cpp/get-and-set-page...