Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 6,825 for

log

(0.1 sec)
  1. Get and Set Page Properties|Aspose.PDF for Go v...

    Learn how to get and set page properties for PDF documents using Aspose.PDF for Go, allowing for customized document formatting....com/aspose-pdf/aspose-pdf-go-cpp" import "log" import "fmt" func main () {..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // PageCount()...

    docs.aspose.com/pdf/go-cpp/get-and-set-page-pro...
  2. PhysicalFontInfo class | Aspose.Words for Node.js

    Aspose.Words.Fonts.PhysicalFontInfo class. Specifies information about physical font available to Aspose.Words font engine... log ( "FontFamilyName : {0}" , fontInfo...fontFamilyName ); console . log ( "FullFontName : {0}" , fontInfo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Customize Globalization Settings for Pivot Tabl...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... log ( "---------GetPivotTotalName----------...getTextOfGrandTotal () { console . log ( "---------GetPivotGrandTotalNa----------...

    docs.aspose.com/cells/nodejs-cpp/customize-glob...
  4. CellCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes... log ( `Start of Table ${ i } ` );... count ; j ++ ) { console . log ( `\tStart of Row ${ j } ` );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 查找通过Node.js的XLS和XLSX格式支持的最大行数和列数|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... log ( "Maximum Rows and Columns supported...console . log ( "Maximum Rows: " + maxRows ); console . log ( "Maximum...

    docs.aspose.com/cells/zh/nodejs-cpp/find-maximu...
  6. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the Node.js API or C++ Library sample code to copy Page Setup settings from a source Worksheet into a destination Worksheet programmatically.... log ( "Before Paper Size: " + TestSheet1...getPaperSize ()); console . log ( "Before Paper Size: " + TestSheet2...

    docs.aspose.com/cells/nodejs-cpp/copy-page-setu...
  7. FontInfo.isTrueType property | Aspose.Words for...

    FontInfo.isTrueType property. Indicates that this font is a TrueType or OpenType font as opposed to a raster or vector font... log ( `Font index # ${ i } ` ); console . log ( `\tName:...( i ). name } ` ); console . log ( `\tIs ${ allFonts . at ( i...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTagCollection.getByTitle meth...

    StructuredDocumentTagCollection.getByTitle method. Returns the first structured document tag encountered in the collection with the specified title.... log ( sdt . isMultiSection ); console . log ( sdt . title...getByTitle ( "Alias4" ); console . log ( sdt . id ); See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IStructuredDocumentTag.isMultiSection property ...

    IStructuredDocumentTag.isMultiSection property. Returns true if this instance is a ranged (multi-section) structured document tag.... log ( sdt . isMultiSection ); console . log ( sdt . title...getByTitle ( "Alias4" ); console . log ( sdt . id ); See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Delete PDF Pages with Go via C++|Aspose.PDF for...

    You can delete pages from your PDF file using Aspose.PDF for Go via C++....com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // PageDelete(num...

    docs.aspose.com/pdf/go-cpp/delete-pages/