| FontEmphasis.idl (d1766043) | FontEmphasis.idl (d8faddcc) |
|---|---|
| 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 15 unchanged lines hidden (view full) --- 24#define __com_sun_star_text_FontEmphasis_idl__ 25 26 27//============================================================================= 28 29 module com { module sun { module star { module text { 30 31//============================================================================= | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 15 unchanged lines hidden (view full) --- 24#define __com_sun_star_text_FontEmphasis_idl__ 25 26 27//============================================================================= 28 29 module com { module sun { module star { module text { 30 31//============================================================================= |
| 32/** Determins the type and position of an emphasis mark in asian texts. | 32/** Determines the type and position of an emphasis mark in asian texts. |
| 33 */ 34published constants FontEmphasis 35{ 36 //------------------------------------------------------------------------- 37 /** no emphasis mark is used. 38 */ 39 const short NONE = 0; 40 --- 41 unchanged lines hidden --- | 33 */ 34published constants FontEmphasis 35{ 36 //------------------------------------------------------------------------- 37 /** no emphasis mark is used. 38 */ 39 const short NONE = 0; 40 --- 41 unchanged lines hidden --- |