Package com.ms.fx |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class fullTxtRun extends txtRun { // Fields public int x; public int y; public int width; public int dx[]; public int dy[]; // Constructors public fullTxtRun(); public fullTxtRun(txtRun r); }
An extended text run, used when a more complete set of values is needed to define the text. The first run in a block is always an extended one.
public fullTxtRun();Creates an extended text run with an EXTENDED_RUN flag.
public fullTxtRun(txtRun r);Creates an extended text run using the contents of a txtRun object, while setting an EXTENDED_RUN flag.
Parameter Description r The txtRun object to use for content.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.