Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 26,489 for

numbers

(0.14 sec)
  1. Kopiera rader och kolumner med Node.js via C++|...

    Den här artikeln visar hur man kopierar rader och kolumner via Aspose.Cells for Node.js via C++ API et....copyRow(Cells, number, number) av Cells -klassen. Den...destinationsraden. Cells.copyRow(Cells, number, number) -metoden tar följande...

    docs.aspose.com/cells/sv/nodejs-cpp/copying-row...
  2. Node.js ile C++ üzerinden Satır ve Sütun Kopyal...

    Bu makale, Aspose.Cells for Node.js via C++ API si kullanılarak satır ve sütunların nasıl kopyalanacağını gösterir....copyRow(Cells, number, number) metodunu sağlar; bu metod...kopyalar. Cells.copyRow(Cells, number, number) yöntemi aşağıdaki parametreleri...

    docs.aspose.com/cells/tr/nodejs-cpp/copying-row...
  3. Вставка изображений и фигур в файлы Excel с пом...

    Управление изображениями, объектами OLE и фигурами в файлах Excel с помощью Aspose.Cells for Node.js via C++....add(number, number, number, number, Uint8Array) коллекции...PictureCollection.add(number, number, number, number, Uint8Array) принимает...

    docs.aspose.com/cells/ru/nodejs-cpp/insert-shapes/
  4. ImageSize constructor | Aspose.Words for Node.js

    Aspose.Words.Drawing.ImageSize constructor...( widthPixels : number , heightPixels : number ) Parameter Type...widthPixels number Width in pixels. heightPixels number Height in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Workbook object increases in size when iteratin...

    I have a particular Excel workbook with one worksheet that has a large used range due to a formula in cell XFD1. When iterating over the used range on this sheet with Aspose, the total size of the workbook noticeably in…...WriteLine($"Number of bytes on open: {stream.Length}");...SaveToStream(); Console.WriteLine($"Number of bytes after exporting used...

    forum.aspose.com/t/workbook-object-increases-in...
  6. ListLevel.alignment property | Aspose.Words for...

    ListLevel.alignment property. Gets or sets the justification of the actual number of the list item....justification of the actual number of the list item. @property...justified relative to the ListLevel.number_position property. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PageExtractOptions | Aspose.Words for Java

    Allows to specify options for document page extracting in Java....to reset the initial page numbering and save the NUMPAGE field...behavior: // The extracted page numbering is the same as in the original...

    reference.aspose.com/words/java/com.aspose.word...
  8. CellFormat.setPaddings method | Aspose.Words fo...

    CellFormat.setPaddings method. Sets the amount of space (in points) to add to the left/top/right/bottom of the contents of cell....leftPadding : number , topPadding : number , rightPadding : number , bottomPadding...bottomPadding : number ) Parameter Type Description leftPadding number topPadding...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. GradientStop constructor | Aspose.Words for Nod...

    Aspose.Words.Drawing.GradientStop constructor...color : string , position : number ) Parameter Type Description...the gradient stop. position number Represents the position of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PDFにページ番号を追加する方法 (Python)|Aspose.PDF for Python...

    Aspose.PDF for Python via .NET を使用して、PageNumber Stamp クラスでPDFファイルにページ番号スタンプを追加することができます。...input_pdf ) # ページ番号スタンプを作成 page_number_stamp = ap . PageNumberStamp...スタンプが背景かどうか page_number_stamp . background = False page_number_stamp ....

    docs.aspose.com/pdf/ja/python-net/add-page-number/