Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 15,121 for

log

(0.07 sec)
  1. 适用于 Go 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Go 将 PDF 转换为 DOCX、DOC、PPTX、PNG、TIFF、EPUB、TEX、SVG 等...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // SaveDocX(filename...

    products.aspose.com/pdf/zh-hant/go-cpp/conversion/
  2. 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...
  3. PhysicalFontInfo.fullFontName property | Aspose...

    PhysicalFontInfo.fullFontName property. Full name of the font.... log ( "FontFamilyName : {0}" , fontInfo...fontFamilyName ); console . log ( "FullFontName : {0}" , fontInfo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CellCollection.toArray method | Aspose.Words fo...

    CellCollection.toArray method. Copies all cells from the collection to a new array of cells.... log ( `Start of Table ${ i } ` );... count ; j ++ ) { console . log ( `\tStart of Row ${ j } ` );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment.ancestor property | Aspose.Words for No...

    Comment.ancestor property. Returns the parent [Comment](../) object... log ( "Top-level comment:" ); console . log ( `\t\" ${...comment . author } ` ); console . log ( `Has ${ comment . replies ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FontInfo.name property | Aspose.Words for Node.js

    FontInfo.name property. Gets the name of the font.... log ( `Font index # ${ i } ` ); console . log ( `\tName:...( i ). name } ` ); console . log ( `\tIs ${ allFonts . at ( i...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DigitalSignatureCollection class | Aspose.Words...

    Aspose.Words.DigitalSignatures.DigitalSignatureCollection class. Provides a read-only collection of digital signatures attached to a document... log ( ` ${ signature . isValid ?...} signature: ` ); console . log ( `\tReason:\t ${ signature ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListCollection.document property | Aspose.Words...

    ListCollection.document property. Gets the owner document.... log ( "Current list count: " + lists...lists . count ); console . log ( "Is the first document list:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Read Color of Shape's Glow Effect with Node.js ...

    Learn how to read the color of a shape's glow effect using Aspose.Cells for Node.js via C++.... log ( "Color: " + color . getColor ()); console . log ( "ColorIndex:...getColorIndex ()); console . log ( "IsShapeColor: " + color ....

    docs.aspose.com/cells/nodejs-cpp/read-color-of-...
  10. Optimize PDF using Aspose.PDF for Go via C++|As...

    Optimize and compress PDF files using Go tool....com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // Optimize()...

    docs.aspose.com/pdf/go-cpp/optimize-pdf/