Lines Matching refs:character

1286 …::IA2TextBoundaryType values define the requested text unit (character, word, sentence, line, para…
1438 applications that consider the character offset of the end of one line (as reached by
1439 pressing the End key) the same as the offset of the first character on the next line.
1561 BSTR language; ///< ISO 639-1 Alpha-2 two character language code
1562 BSTR country; ///< ISO 3166-1 Alpha-2 two character country code
2337 long start; ///< Index of the first character of the segment in the enclosing text.
2338 …long end; ///< Index of the character following the last character of the segment in the enclosin…
2357 …IA2_TEXT_BOUNDARY_CHAR, /**< Typically, a single character is returned. In some cases more …
2358 … one character is returned, for example, when a document contains field
2371 … often means that an end-of-line character will appear at the end of the
2372 … range. However in the case of some applications an end-of-line character
2374 … other than the last line, do not contain an end of line character. */
2389 on particular characters (e.g. IAccessibleText::textAtOffset) use character
2390 indices from 0 to length-1. All methods that operate on character positions
2413 Offset of first character after new selection (0 based).
2432 The starting offset of the character range over which all text attributes match
2435 The offset of the first character past the character range over which all text
2459 at the embed character representing child text object that contains the caret.
2462 with a top level text object containing an embed character "one ? three" and a
2466 <li>the caretOffset for the "one ? three" object would be 4, matching the embed character</li>
2469 The caret position/offset is that of the character logically following it, e.g.
2488 The virtual character after the last character of the represented
2491 often than other positions. Because it does not represent an existing character
2493 roughly equivalent to the bounding box of some character when inserted at the
2495 characters in the text or the height of the preceding character, its width being
2504 Index of the character for which to return its bounding box. The valid range
2511 X coordinate of the top left corner of the bounding box of the referenced character.
2513 Y coordinate of the top left corner of the bounding box of the referenced character.
2515 Width of the bounding box of the referenced character.
2517 Height of the bounding box of the referenced character.
2543 Given a point return the zero-based index of the character under that
2545 boxes for each character as returned by IAccessibleText::characterExtents.
2550 The position's x value for which to look up the index of the character that
2553 The position's y value for which to look up the index of the character that
2558 Index of the character under the given point or -1 if the point
2559 is invalid or there is no character under the point.
2573 /** @brief Returns the character offsets of Nth active text selection
2579 starting offset in the higher level text object would be at the embed character
2583 character representing the child text object that contains the ending selection
2587 with a top level text object containing an embed character "one ? three" and a
2590 …<li>the startOffset for the "one ? three" object would be 4, matching the embed character and the …
2593 Selection offsets are that of the character logically following it, e.g.
2598 0 based offset of first selected character
2600 0 based offset of one past the last selected character.
2613 The substring starts with the character at startOffset (inclusive) and up to
2614 the character at endOffset (exclusive), if startOffset is less or equal
2622 Index of the first character to include in the returned string. The valid range
2625 Index of the last character to exclude in the returned string. The valid range
2628 Returns the substring starting with the character at startOffset (inclusive)
2629 and up to the character at endOffset (exclusive), if startOffset is less than
2650 given character and does not include it. The result of this method should be
2659 than character when the text consists entirely of whitespace.
2662 Index of the character for which to return the text part before it. The index
2663 character will not be part of the returned string. The valid range is 0..length.
2671 0 based offset of first character.
2673 0 based offset of one past the last character.
2695 given character and does not include it. The result of this method should be
2704 than character when the text consists entirely of whitespace.
2707 Index of the character for which to return the text part after it. The index
2708 character will not be part of the returned string. The valid range is 0..length.
2716 0 based offset of first character.
2718 0 based offset of one past the last character.
2750 than character when the text consists entirely of whitespace.
2753 Index of the character for which to return the text part it belongs to. The valid
2762 0 based offset of first character.
2764 0 based offset of one past the last character.
2796 The caret position/offset is that of the character logically following it,
2808 the character with that index. An index of 0 places the caret so that the next
2809 insertion goes before the first character. An index of IAccessibleText::nCharacters
2810 leads to insertion after the last character. Refer to @ref _specialOffsets
2828 …New ending offset (0 based) - the offset of the character just past the last character of the sele…
2856 0 based character offset.
2858 … 0 based character offset - the offset of the character just past the last character of the string.
2877 0 based character offset.
2879 … 0 based character offset - the offset of the character just past the last character of the string.
3037 The (0-based) offset one past the last character of the text containing the
3122 character at startOffset and ends with the character just before endOffset.
3459 …/** @brief Returns the 0 based character offset at which the textual representation of the hyperli…
3471 …/** @brief Returns the 0 based character offset at which the textual representation of the hyperli…
3474 owns this hyperlink. The character at the index is not part of the hypertext.
3605 /** @brief Returns the index of the hyperlink that is associated with this character index.
3607 This is the case when a link spans the given character index.
3609 A 0 based index of the character for which to return the link index. If
3611 character index is only valid if it is greater than or equal to zero and
3615 character index, or -1 if charIndex is not on a link.