Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,083 for

point

(0.09 sec)
  1. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....TemplateFixedPositio ( new Rectangle ( new Point ( 35 , 160 ), new Size ( 110...TemplateTableParamet ( new Rectangle ( new Point ( 175 , 350 ), new Size ( 400...

    docs.groupdocs.com/parser/java/working-with-tem...
  2. <polygon> - SVG: Scalable Vector Graphics | MDN

    The SVG element defines a closed shape consisting of a set of connected straight line segments. The last Point is connected to the first Point.... The last point is connected to the first point. For open shapes...the default fill --> <polygon points="0,100 50,25 50,75 100,0" />...

    developer.mozilla.org/en-US/docs/Web/SVG/Elemen...
  3. AnnotationType Enumeration - GroupDocs.Annotati...

    Enumeration that decribes annotation types supported by GroupDocs.Annotation for .NET...to a remote resource Point 64 The point annotation type that...annotations in C# How to add point annotations in C# How to add...

    apireference.groupdocs.com/annotation/net/group...
  4. Line Constructor - GroupDocs.Viewer for .NET - ...

    Initializes new instance of Line class....coordinate of the highest left point on the page layout where the...coordinate of the highest left point on the page layout where the...

    apireference.groupdocs.com/viewer/net/groupdocs...
  5. Character Class - GroupDocs.Viewer for .NET - A...

    Represents relatively positioned rectangle which contains single character....coordinate of the highest left point on the page layout where the...coordinate of the highest left point on the page layout where the...

    apireference.groupdocs.com/viewer/net/groupdocs...
  6. TextElement(T) Class - GroupDocs.Viewer for .NE...

    Represents generic text element....coordinate of the highest left point on the page layout where the...coordinate of the highest left point on the page layout where the...

    apireference.groupdocs.com/viewer/net/groupdocs...
  7. ARIA: timer role - Accessibility | MDN

    The timer role indicates to assistive technologies that an element is a numerical counter listing the amount of elapsed time from a starting Point or the remaining time until an end Point. Assistive technologies will not announce updates to a timer as it has an implicit aria-live value of off....starting point or the remaining time until an end point. Assistive...is paused or reaches its end-point. Along with alert , log , marquee...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  8. <blockquote>: The Block Quotation element - HTM...

    The
    HTML element indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the element....This attribute is intended to point to information explaining the...is limited to a single point-to-point path for each carrier,...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  9. stroke-linejoin - CSS: Cascading Style Sheets |...

    The stroke-linejoin CSS property defines the shape to be used at the corners of an SVG element's stroked paths. If present, it overrides the element's stroke-linejoin attribute....angles where they meet the join point. miter Indicates that a sharp...edges of the stroke at the join point with arcs that have the same...

    developer.mozilla.org/en-US/docs/Web/CSS/stroke...
  10. atan2() - CSS: Cascading Style Sheets | MDN

    The atan2() CSS function is a trigonometric function that returns the inverse tangent of two values between -infinity and infinity. The function accepts two arguments and returns the number of radians representing an between -180deg and 180deg.... y The y-coordinate of the point. A calculation which resolves... x The x-coordinate of the point. A calculation which resolves...

    developer.mozilla.org/en-US/docs/Web/CSS/atan2