Lines Matching defs:style

53  * structure for this document represents style crossings for
54 * style runs. These style runs are mapped into a paragraph element
56 * style runs break at paragraph boundaries since logical styles are
78 * @param styles resources and style definitions which may
102 * and has a style context that is scoped by the lifetime
368 * Adds a new style into the logical style hierarchy. Style attributes
372 * @param nm the name of the style (must be unique within the
373 * collection of named styles). The name may be null if the style
375 * for managing the reference returned as an unnamed style can't
376 * be fetched by name. An unnamed style may be useful for things
377 * like character attribute overrides such as found in a style
379 * @param parent the parent style. This may be null if unspecified
380 * attributes need not be resolved in some other style.
381 * @return the style
389 * Removes a named style previously added to the document.
391 * @param nm the name of the style to remove
399 * Fetches a named style previously added.
401 * @param nm the name of the style
402 * @return the style
411 * Fetches the list of of style names.
413 * @return all the style names
420 * Sets the logical style to use for the paragraph at the
423 * through the logical style assigned to the paragraph, which
433 * @param s the logical style to assign to the paragraph, null if none
457 * Fetches the logical style assigned to the paragraph
461 * and determine the logical style assigned >= 0. This
463 * @return the style, null if none
950 * @param style The Style that has changed.
952 protected void styleChanged(Style style) {
1085 // Reinstall style listeners.
2031 // style information will be lost.
2035 // in loss of style information, but this is typically acceptable
2602 /** New style. */
2604 /** Old style, before setting newStyle. */
2609 * Base class for style change handlers with support for stale objects detection.
2621 * Return a reference to the style change handler object.