8.0

Table Of Contents
textReq.contents = contents;
rc.request = textReq;
//Create the service and call it with QRequestContext object
QManagerSDKSvcService svc = new QManagerSDKSvcService();
sdk.QContentData qc = svc.processRequest(rc);
Example 2, Object
Model
New text modifier attributes: To edit the properties of an existing text box in a
QuarkXPress project, the new object linking is shown below.
ModifierRequest < Project < Layout < Spread < Box < Text < Story < Paragraph
< RichText
The RichText object contains the properties: baselineShift, bold, charstyle,
charStyle, color, font, otSwashes, horizontalScale, italic, language, lignatures,
merge, opacity, otAllSmallCaps, otContextualFigures, otDenominator,
otDiscretionaryLignatures, otFractions, otLiningFigures, otNone, otNumerator,
otOrdinals, otPropotionalFigures, otSmallCaps, otStandardLignatures,
otSubscript, otSuperscripta, otSwashes, otTabularFigures, otTitlingAlternates,
outline, plain, shade, shadow, size, strikethru, subScript, superior, superscript,
underline, value (contains the new Text ), verticalScale, and wordUnderline.
The Story object also contains some text-related properties: fitTextToBox,
includeStylesheets, convertQuotes, and clearOldTeaxt.
Notes
A FITTEXTTOBOX tag in an XML file is not applied correctly on
render output
The FITTEXTTOBOX tag depends on two preferences, Allow Text to
Grow and Font Size. These preferences are set in the Modifier tab of the
Preferences dialog box. Choose QuarkXPress Server > Preferences
to display the Preferences dialog box. Choose Modifier and then check
Allow Text to Grow. Specify minimum and maximum values in the Font
Size area in the Preferences dialog box. Submit the request. For more
information, please refer to QuarkXPress Server 7 Guide.pdf. Use the
Allow Text to Grow
preferences to increase the text size to fit the text into the box.
Related topics:
About XML modify
Modifying box properties and content
Creating boxes
Deleting boxes
Modifying picture properties
Page 133