Issue 47505 - specified properties in a new css.text.TextGraphicObject object not available
Summary: specified properties in a new css.text.TextGraphicObject object not available
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: jsc
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 10:08 UTC by jsc
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jsc 2005-04-15 10:08:10 UTC
When i create a new css.text.GraphicObject and try directly to get a property
value of a specified property (e.g. Gamma), i got an UnknownPropertyException.
This is probably a bug. The new graphic object is not inserted in a document but
these properties should be accessible before the object is inserted (to set the
properties)
Comment 1 jsc 2005-04-15 10:10:05 UTC
set owner
Comment 2 thomas.lange 2005-04-22 10:22:35 UTC
.
Comment 3 thomas.lange 2005-05-11 08:29:03 UTC
As long as the object is only a descriptor there are numerous not set default
properties (like Gamma) that can not be obtained from the object unless the were
set explicitly before.

If the descriptor object is inserted the Gamma property will also get a value
since then a format will be availbale.

I see no problem with this behaviour. If you are not interested in having such a
property like Gamma to have a specific value it does not matter if the property
is not set and you get the exception. And if you like to give it a specific
value you can do so with 'setPropertyValue' and after that you can retrieve that
value with 'getPropertyValue' even though the object is still a descriptor.
Comment 4 thomas.lange 2005-05-11 08:29:50 UTC
Set to 'invalid'.
Comment 5 jsc 2005-05-17 12:38:05 UTC
closed