TextField.idl (d1766043) TextField.idl (2a413f17)
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

--- 52 unchanged lines hidden (view full) ---

61
62 //-------------------------------------------------------------------------
63
64 /** specifies if the text field is actually used in the document.
65
66 <p>Not all available text fields are used, for example fields
67 that are part of unused styles.</p>
68
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

--- 52 unchanged lines hidden (view full) ---

61
62 //-------------------------------------------------------------------------
63
64 /** specifies if the text field is actually used in the document.
65
66 <p>Not all available text fields are used, for example fields
67 that are part of unused styles.</p>
68
69 @since OOo 2.0.1
69 @since OpenOffice 2.0.1
70 */
71 [optional, property, readonly] boolean IsFieldUsed;
72
73 //-------------------------------------------------------------------------
74
75 /** specifies if the text field is actually displayed.
76
77 <p>Not all available text fields are actually displayed
78 even when they are used. For example hidden fields or fields
79 in hidden text are used in the document but get not displayed.</p>
80
70 */
71 [optional, property, readonly] boolean IsFieldUsed;
72
73 //-------------------------------------------------------------------------
74
75 /** specifies if the text field is actually displayed.
76
77 <p>Not all available text fields are actually displayed
78 even when they are used. For example hidden fields or fields
79 in hidden text are used in the document but get not displayed.</p>
80
81 @since OOo 2.0.1
81 @since OpenOffice 2.0.1
82 */
83 [optional, property, readonly] boolean IsFieldDisplayed;
84
85 //-------------------------------------------------------------------------
86
87};
88
89
90//=============================================================================
91
92}; }; }; };
93
94#endif
82 */
83 [optional, property, readonly] boolean IsFieldDisplayed;
84
85 //-------------------------------------------------------------------------
86
87};
88
89
90//=============================================================================
91
92}; }; }; };
93
94#endif