Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
54d13384
Kaydet (Commit)
54d13384
authored
Agu 12, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add since to character border idl
Change-Id: I06064b1145578579c8748b6e5326090303aa670e
üst
1dc74ae1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
9 deletions
+27
-9
CharacterProperties.idl
offapi/com/sun/star/style/CharacterProperties.idl
+27
-9
No files found.
offapi/com/sun/star/style/CharacterProperties.idl
Dosyayı görüntüle @
54d13384
...
...
@@ -375,39 +375,57 @@ published service CharacterProperties
[
optional
,
property
]
com
::
sun
::
star
::
container
::
XNameContainer
TextUserDefinedAttributes
;
/**
This
property
contains
the
left
border
of
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
com
::
sun
::
star
::
table
::
BorderLine2
CharLeftBorder
;
/**
This
property
contains
the
right
border
of
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
com
::
sun
::
star
::
table
::
BorderLine2
CharRightBorder
;
/**
This
property
contains
the
top
border
of
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
com
::
sun
::
star
::
table
::
BorderLine2
CharTopBorder
;
/**
This
property
contains
the
bottom
border
of
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
com
::
sun
::
star
::
table
::
BorderLine2
CharBottomBorder
;
/**
This
property
contains
the
distance
from
the
border
to
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
long
CharBorderDistance
;
/**
This
property
contains
the
distance
from
the
left
border
to
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
long
CharLeftBorderDistance
;
/**
This
property
contains
the
distance
from
the
right
border
to
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
long
CharRightBorderDistance
;
/**
This
property
contains
the
distance
from
the
top
border
to
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
long
CharTopBorderDistance
;
/**
This
property
contains
the
distance
from
the
bottom
border
to
the
object
.
*/
*
*
@
since
LibreOffice
4.2
**/
[
property
,
optional
]
long
CharBottomBorderDistance
;
}
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment