Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 15,830 for

point

(0.23 sec)
  1. Aspose.Words for .NET

    API นี้อนุญาตให้สร้าง แก้ไข เรนเดอร์ พิมพ์ และแปลงเอกสาร Word โดยไม่ต้องใช้ Microsoft Word...แปลงย่อหน้าเป็น Bullet Points ใน Word โดยใช้ C # แปลง Bullet Points เป็นย่อหน้าในไฟล์...

    kb.aspose.com/th/words/net/page/2/
  2. Aspose.Words for Python

    API นี้อนุญาตให้คุณดำเนินการทุกประเภทกับไฟล์ Words ในโค้ด Python รวมถึงการสร้าง แก้ไข และแปลง ฯลฯ...Bullet Points ใน Word โดยใช้ Python แปลง Bullet Points เป็นย่อหน้าในไฟล์...

    kb.aspose.com/th/words/python/page/2/
  3. Support for Digital Signatures|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.... These are: name – Points to a report that needs a digital...parameter is blank. pfxFilename – Points to the PFX file. The filename...

    docs.aspose.com/cells/reportingservices/support...
  4. Paragraph.getEffectiveTabStops method | Aspose....

    Paragraph.getEffectiveTabStops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists....// the cursor will jump 36 points each time we press the Tab...default tab stops, which is 72 points. // We can add custom tab stops...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TextColumn Class | Aspose.Words for .NET

    Discover the Aspose.Words.TextColumn class for managing text columns in your documents. Easily access and customize each column in your text section....column and the next column in points. Not required for the last...width of the text column in points. Remarks TextColumn objects...

    reference.aspose.com/words/net/aspose.words/tex...
  6. HeightRule Enum | Aspose.Words for .NET

    Discover Aspose.Words.HeightRule enum for precise control over object height in documents. Optimize your workflow with this essential feature!...least the specified height in points. It will grow, if needed, to...height is specified exactly in points. Please note that if the text...

    reference.aspose.com/words/net/aspose.words/hei...
  7. LineSpacingRule enumeration | Aspose.Words for ...

    Aspose.Words.LineSpacingRule enumeration. Specifies line spacing values for a paragraph.... One line equals 12 points. Examples Shows how to work...default line spacing, which is 12 points by default. // This kind of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Ajouter un commentaire à une diapositive|Docume...

    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....comments PointF point = new PointF (); point . X = 1 ; point . Y = 1...comment" , pres . Slides [ 0 ], point , DateTime . Now ); pres . Save...

    docs.aspose.com/slides/fr/net/add-a-comment-to-...
  9. Añadir un comentario a una diapositiva|Document...

    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....comments PointF point = new PointF (); point . X = 1 ; point . Y = 1...comment" , pres . Slides [ 0 ], point , DateTime . Now ); pres . Save...

    docs.aspose.com/slides/es/net/add-a-comment-to-...
  10. Obtenir les limites du paragraphe à partir des ...

    Apprenez comment récupérer les limites du paragraphe et de la portion de texte dans Aspose.Slides pour C++ afin d'optimiser le positionnement du texte dans les présentations PowerPoint.... En points, où 1 pouce = 72 points. Cela s’applique...Convertissez les points en pixels avec : pixels = points × (DPI / 72)...

    docs.aspose.com/slides/fr/cpp/paragraph/