Lines Matching refs:property

55 	/** This property specifies the name of the font style.
59 [property] string CharFontName;
63 /** This property contains the name of the font style.
65 <p>This property may be empty.</p>
67 [property] string CharFontStyleName;
71 /** This property contains font family.
74 [property] short CharFontFamily;
78 /** This property contains the text encoding of the font.
81 [property] short CharFontCharSet;
85 /** This property contains the font pitch.
88 [property] short CharFontPitch;
92 /** This property contains the value of the text color.
94 [property] com::sun::star::util::Color CharColor;
105 [optional, property] short CharEscapement;
111 [property] float CharHeight;
115 /** This property contains the value for the character underline.
118 [property] short CharUnderline;
122 /** This property contains the value of the font weight.
125 [property] float CharWeight;
129 /** This property contains the value of the posture of the document.
132 [property] com::sun::star::awt::FontSlant CharPosture;
136 /** This optional property determines whether the kerning tables from the
142 [optional, property] boolean CharAutoKerning;
146 /** This optional property contains the text background color.
148 [optional, property] com::sun::star::util::Color CharBackColor;
152 /** This property determines if the text background color is set to
155 [optional, property] boolean CharBackTransparent;
159 /** This optional property contains the value of the case-mapping of the
164 [optional, property] short CharCaseMap;
168 /** This property is <TRUE/> if the characters are crossed out.
170 [optional, property] boolean CharCrossedOut;
174 /** If this optional property is <TRUE/>, then the characters are flashing.
176 [optional, property] boolean CharFlash;
180 /** This property determines the type of the strike out of the character.
183 [optional, property] short CharStrikeout;
187 /** If this property is <TRUE/>, the underline and strike-through
190 [optional, property] boolean CharWordMode;
194 /** This optional property contains the value of the kerning of the
197 [optional, property] short CharKerning;
201 /** This property contains the value of the locale.
203 [property] com::sun::star::lang::Locale CharLocale;
207 /** This optional property marks a range of characters to prevent it from
213 [optional, property] boolean CharKeepTogether;
217 /** This optional property marks a range of characters to ignore a line
224 [optional, property] boolean CharNoLineBreak;
228 /** This optional property specifies if the characters are formatted and
231 [optional, property] boolean CharShadowed;
235 /** This optional property specifies the fundamental technology of the font.
238 [optional, property] short CharFontType;
242 /** This optional property specifies the name of the style of the font.
244 [optional, property] string CharStyleName;
248 /** This optional property specifies if the characters are formatted and
251 [optional, property] boolean CharContoured;
255 /** This optional property determines whether text is formatted in two lines.
259 [optional, property] boolean CharCombineIsOn;
263 /** This optional property contains the prefix (usually parenthesis) before
268 [optional, property] string CharCombinePrefix;
272 /** This optional property contains the suffix (usually parenthesis) after
277 [optional, property] string CharCombineSuffix;
281 /** This optional property contains the font emphasis value.
284 [optional, property] short CharEmphasis;
288 /** This optional property contains the relief style of the characters.
291 [optional, property] short CharRelief;
295 /** This optional property contains the text that is set as ruby.
297 [optional, property] string RubyText;
301 /** This optional property determines the adjustment of the ruby .
304 [optional, property] short RubyAdjust;
308 /** This optional property contains the name of the character style that is
311 [optional, property] string RubyCharStyleName;
315 /** This optional property determines whether the ruby text is printed
318 [optional, property] boolean RubyIsAbove;
322 /** This optional property determines the rotation of a character in tenths
327 [optional, property] short CharRotation;
331 /** This optional property determines whether the text formatting tries to
334 [optional, property] boolean CharRotationIsFitToLine;
338 /** This optional property determines the percentage value for scaling the
344 [optional, property] short CharScaleWidth;
348 /** This optional property contains the URL of a hyperlink.
350 [optional, property] string HyperLinkURL;
354 /** This optional property contains the name of the target for a hyperlink.
356 [optional, property] string HyperLinkTarget;
360 /** This optional property contains the name of the hyperlink.
362 [optional, property] string HyperLinkName;
366 /** This optional property contains the character style name for visited
369 [optional, property] string VisitedCharStyleName;
373 /** This optional property contains the character style name for unvisited
376 [optional, property] string UnvisitedCharStyleName;
387 [optional, property] byte CharEscapementHeight;
391 /** This optional property determines if the word can be hyphenated at the
394 [optional, property] boolean CharNoHyphenation;
398 /** This property contains the color of the underline for the characters.
401 [property] com::sun::star::util::Color CharUnderlineColor;
405 /** This property specifies if the property CharUnderlineColor is used for
409 [property] boolean CharUnderlineHasColor;
413 /** This optional property specifies the names of the all styles applied to
421 [optional, property] sequence<string> CharStyleNames;
425 /** If this optional property is <TRUE/>, then the characters are invisible.
429 [optional, property] boolean CharHidden;
433 /** This property stores XML attributes. They will be saved to and restored
438 [optional, property] com::sun::star::container::XNameContainer TextUserDefinedAttributes;