Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 253 for

paragraph coordinates

(0.07 sec)
  1. Search and Get Text from Pages of PDF|Aspose.PD...

    Learn how to search and extract text from PDF documents in Python using Aspose.PDF for document analysis....feature to search and get the coordinates of each character or text...to be certain about the coordinates being returned for each character...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  2. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects....The width and height of the coordinate space inside the containing...x and y coordinate location on a shape’s coordinate plane to...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....continue to be applied until the paragraph ends, // or another ADVANCE...field updates the offset/coordinate values. // 1 - Specify a...

    reference.aspose.com/words/java/com.aspose.word...
  4. Extract SuperScripts and SubScripts text from P...

    This article describes various ways to extract SuperScripts and SubScripts text from PDF using Aspose.PDF in C#....them, for example, sort by coordinates or by size. The following... Text ); } } } } Extract Paragraph from PDF C# Analyzing your...

    docs.aspose.com/pdf/net/extract-superscripts-su...
  5. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...Paragraph; import com.aspose.words....DocumentBuilder(doc); List<Paragraph> paragraphs = new ArrayList<>();...

    forum.aspose.com/t/word-header-footer-x-y/316493
  6. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape....The width and height of the coordinate space inside the containing...document's floating shape coordinate origin. group . bounds =...

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

    Represents a group of shapes in a document in Java....new coordinate system for its child shapes. The coordinate system...getContainer() getCoordOrigin() The coordinates at the top-left corner of...

    reference.aspose.com/words/java/com.aspose.word...
  8. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....the shape is a child of a Paragraph object, then the shape is...shape are positioned in the coordinate space and units defined by...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldAdvance Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAdvance class for seamless ADVANCE field implementation, enhancing your document processing capabilities effortlessly....node, returns its parent paragraph. If the field is already removed...continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple Coordinates 0.0.0.0 and using the Coordinates from a text search. For the Ruby SDK, I have used the…...simple coordinates 0.0.0.0 and using the coordinates from a text...DateTime.Now); comment.Paragraphs.Add(new Paragraph(doc)); comment.FirstParagraph...

    forum.aspose.com/t/issue-adding-comments-to-doc...