Sort Score
Result 10 results
Languages All
Labels All
Results 8,561 - 8,570 of 180,200 for

doc

(0.12 sec)
  1. PdfEncryptionDetails class | Aspose.Words for P...

    aspose.words.saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Փոխարկել HTML Markdown C++

    Փոխարկեք HTML ը Markdown ձևաչափի C++ կոդով: Պահեք HTML որպես Markdown օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/hy/cpp/conversion/htm...
  3. Փոխարկել JPG TIFF C++

    Փոխարկեք JPG ը TIFF ձևաչափի C++ կոդով: Պահեք JPG որպես TIFF օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  4. MailMerge.GetFieldNames | Aspose.Words for .NET

    Discover the MailMerge GetFieldNames method to effortlessly access and utilize all mail merge field names in your Document for streamlined Document automation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  5. ShapeBase.parent_paragraph property | Aspose.Wo...

    ShapeBase.parent_paragraph property. Returns the immediate parent paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FontSubstitutionReason Enum | Aspose.Words for ...

    Aspose.Words.FontSubstitutionReason enum shows the reason for font substitution to keep Documents displayed correctly.... Document doc = new Document ( MyDir + "Rendering...new WarningInfoCollectio (); doc . WarningCallback = callback...

    reference.aspose.com/words/net/aspose.words/fon...
  7. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.XAML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...getResourcesFolderAl()).mkdir(); doc.save(getArtifactsDir() + "XamlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. Փոխարկել TEXT SVG C++

    Փոխարկեք TEXT ը SVG ձևաչափի C++ կոդով: Պահեք TEXT որպես SVG օգտագործելով C++:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/hy/cpp/conversion/tex...
  9. Aspose::Words::Fields::FieldUserInitials class ...

    Aspose::Words::Fields::FieldUserInitials class. Implements the USERINITIALS field. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...set_Initials ( u "J. D." ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. CellFormat.width property | Aspose.Words for No...

    CellFormat.width property. Gets the width of the cell in points.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

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