Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 15,833 for

point

(0.09 sec)
  1. ControlChar.COLUMN_BREAK property | Aspose.Word...

    ControlChar.COLUMN_BREAK property. End of column character: \x000e....control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ControlChar.LINE_FEED_CHAR property | Aspose.Wo...

    ControlChar.LINE_FEED_CHAR property. Line feed character: (char)10 or \n....control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ControlChar.PAGE_BREAK_CHAR property | Aspose.W...

    ControlChar.PAGE_BREAK_CHAR property. Page break character: (char)12 or \f....control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ControlChar.PARAGRAPH_BREAK property | Aspose.W...

    ControlChar.PARAGRAPH_BREAK property. End of paragraph character: \x000d or \r...control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ControlChar.NON_BREAKING_SPACE property | Aspos...

    ControlChar.NON_BREAKING_SPACE property. Non-breaking space character: \x00a0....control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ControlChar.FIELD_END_CHAR property | Aspose.Wo...

    ControlChar.FIELD_END_CHAR property. End of MS Word field character: (char)21....control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ControlChar.PARAGRAPH_BREAK_CHAR property | Asp...

    ControlChar.PARAGRAPH_BREAK_CHAR property. End of paragraph character: (char)13 or \r....control character to mark the point where text moves to the next...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...Process(Rectangle , Int32[] , Point , Point ) at . . (Rectangle ) at...…Process(Rectangle , Int32[] , Point , Point ) at … (Rectangle ) at ...

    forum.aspose.com/t/index-was-outside-the-bounds...
  9. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... Point ( 0 , 0 ) gradient_settings . end = ap . Point ( 350...

    docs.aspose.com/pdf/python-net/add-rectangle/
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...calculation based on CENTER POINT rotation // Rotation happens...shape's center, not the anchor point // // Target position AFTER...

    forum.aspose.com/t/topic/324972