Style __construct(
[
$elem = null], [
$value = null], [
$namespace = null]
)
|
|
Constructor method.
Parameters:
|
|
$elem: |
|
|
|
$value: |
|
|
|
$namespace: |
|
Information Tags:
| Since: | 0.5.2 - 30. Feb. 2007 |
Redefinition of:
- DefaultStyle::__construct()
- Constructor method.
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
string getDataStyleName(
)
|
|
Retrieve the value of the 'style:data-style-name' attribute.
API Tags:
| Return: | Value of the 'style:data-style-name' attribute. |
| Access: | public |
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
string getDefaultOutlineLevel(
)
|
|
Retrieve the value of the 'style:default-outline-level' attribute.
API Tags:
| Return: | The value of the 'style:default-outline-level' attribute. |
| Access: | public |
Information Tags:
| Todo: | Make the return type to be an integer not a string. |
| Since: | 0.5.0 - 08.02.2007 |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void getMasterPageName(
)
|
|
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void getParentStyleName(
)
|
|
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setDataStyleName(
string
$value
)
|
|
Set the value of the 'style:data-style-name' attribute.
Parameters:
|
string |
$value: |
The new data style name. |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setDefaultOutlineLevel(
int
$value
)
|
|
Set the 'style:default-outline-level' attribute.
Parameters:
|
int |
$value: |
The new default outline level. |
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setDisplayName(
$name
)
|
|
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setMasterPageName(
$name
)
|
|
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setNextStyleName(
$name
)
|
|
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setParentStyleName(
$name
)
|
|
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |
void setStyleName(
$name
)
|
|
Parameters:
API Tags:
Information Tags:
| Since: | 0.5.0 - 08.02.2007 |