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
8304de47
Kaydet (Commit)
8304de47
authored
Eki 17, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
offapi: clarify documentation of TextFitToSizeType
Change-Id: Iae2ee1e77d9cdc0b98241c47e009d37a9e72e000
üst
afe4d252
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
TextFitToSizeType.idl
offapi/com/sun/star/drawing/TextFitToSizeType.idl
+10
-10
No files found.
offapi/com/sun/star/drawing/TextFitToSizeType.idl
Dosyayı görüntüle @
8304de47
...
@@ -28,25 +28,25 @@
...
@@ -28,25 +28,25 @@
*/
*/
published
enum
TextFitToSizeType
published
enum
TextFitToSizeType
{
{
/**
the
text
size
is
only
defined
by
the
font
properties
/**
The
text
size
is
only
defined
by
the
font
properties
.
*/
*/
NONE
,
NONE
,
/**
The
font
is
scaled
up
or
down
proportionally
to
fit
the
/**
if
the
shape
is
scaled
,
the
text
character
size
is
scaled
proportional
size
of
the
shape
.
This
may
scale
anisotropically
.
No
AutoGrow
and
no
Auto
line
-
breaks
in
this
case
.
*/
*/
PROPORTIONAL
,
PROPORTIONAL
,
/**
Like
<
code
>
PROPORTIONAL
</
code
>
,
but
each
line
of
text
/**
like
<
code
>
PROPORTIONAL
</
code
>
,
but
the
width
of
each
text
row
is
is
separately
scaled
proportionally
to
fit
the
width
.
also
scaled
proportional
.
No
AutoGrow
and
no
Auto
line
-
breaks
in
this
case
.
*/
*/
ALLLINES
,
ALLLINES
,
/**
The
font
is
scaled
down
(
never
up
!
)
isotropically
to
fit
the
/**
if
the
shape
is
scaled
,
the
font
is
scaled
isotropically
to
available
space
.
Auto
line
-
breaks
will
keep
working
.
fit
the
available
space
.
Auto
line
-
breaks
will
keep
working
*/
*/
AUTOFIT
AUTOFIT
}
;
}
;
...
...
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