• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:attributes

341 Clears the list style from the given range, clearing list-related attributes and applying any named paragraph style associated with each paragraph.
712 Gets the attributes at the given position. The wxRichTextAttr version is generally more efficient
716 of combining base style, paragraph style and character style attributes. To get the character
736 Gets the attributes common to the specified range. Attributes that differ in value within the range will
763 Gets the attributes at the given position. The wxRichTextAttr version is generally more efficient
766 This function gets the {\it uncombined style} - that is, the attributes associated with the
767 paragraph or character content, and not necessarily the combined attributes you see on the
768 screen. To get the combined attributes, use \helpref{GetStyle}{wxrichtextctrlgetstyle}.
771 the paragraph attributes. Otherwise, it will return the character attributes.
805 Test if this whole range has character attributes of the specified kind. If any
806 of the attributes are different within the range, the test fails. You
808 flags indicating which attributes are of interest.
816 Test if this whole range has paragraph attributes of the specified kind. If any
817 of the attributes are different within the range, the test fails. You
819 flags indicating which attributes are of interest.
1085 Numbers the paragraphs in the given range. Pass flags to determine how the attributes are set.
1092 \item wxRICHTEXT\_SETSTYLE\_RENUMBER: specifies that numbering should start from {\it startFrom}, otherwise existing attributes are used.
1237 produces a larger indent. Pass flags to determine how the attributes are set.
1244 \item wxRICHTEXT\_SETSTYLE\_RENUMBER: specifies that numbering should start from {\it startFrom}, otherwise existing attributes are used.
1358 Sets the font, and also the basic and default attributes (see \helpref{SetDefaultStyle}{wxrichtextctrlsetdefaultstyle}).
1385 Sets the list attributes for the given range, passing flags to determine how the attributes are set.
1392 \item wxRICHTEXT\_SETSTYLE\_RENUMBER: specifies that numbering should start from {\it startFrom}, otherwise existing attributes are used.
1424 Sets the attributes for the given range. The wxRichTextAttr version is more efficient
1438 Sets the attributes for the given range, passing flags to determine how the attributes are set. The wxRichTextAttr version is more efficient