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
57e69674
Kaydet (Commit)
57e69674
authored
Ock 30, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
offapi: improve some Settings documentation
Change-Id: Ic63adf85d096cb51f43e5a54453d43ad02792a99
üst
06d8a9d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
Settings.idl
offapi/com/sun/star/document/Settings.idl
+7
-2
DocumentSettings.idl
offapi/com/sun/star/drawing/DocumentSettings.idl
+5
-1
DocumentSettings.idl
offapi/com/sun/star/presentation/DocumentSettings.idl
+5
-1
No files found.
offapi/com/sun/star/document/Settings.idl
Dosyayı görüntüle @
57e69674
...
...
@@ -184,8 +184,13 @@ published service Settings
[optional, property] boolean IsPrintBookletBack;
// Draw and Impress
// Note: Define a constant group for that?
/**
/** how printing uses color.
<ul>
<li>0: Default</li>
<li>1: Grayscale</li>
<li>2: Black & White (with grayscale images)</li>
</ul>
*/
[optional, property] long PrintQuality;
...
...
offapi/com/sun/star/drawing/DocumentSettings.idl
Dosyayı görüntüle @
57e69674
...
...
@@ -71,11 +71,15 @@ published service DocumentSettings
[
optional
,
property
]
boolean
IsPrintTilePage
;
/**
is
the
number
format
used
for
page
number
fields
Values
0
-
7
are
supported
.
@
see
com
::
sun
::
star
::
style
::
NumberingType
*/
[
optional
,
property
]
long
PageNumberFormat
;
/**
If
this
is
true
,
the
distance
between
two
paragraphs
is
the
sum
of
Para
TopMargin
of
the
previous
and
ParaBottom
Margin
of
the
sum
of
Para
BottomMargin
of
the
previous
and
ParaTop
Margin
of
the
next
paragraph
.
If
false
,
only
the
greater
of
the
two
is
chosen
.
*/
...
...
offapi/com/sun/star/presentation/DocumentSettings.idl
Dosyayı görüntüle @
57e69674
...
...
@@ -82,11 +82,15 @@ published service DocumentSettings
[
optional
,
property
]
boolean
IsPrintTilePage
;
/**
is
the
number
format
used
for
page
number
fields
Values
0
-
7
are
supported
.
@
see
com
::
sun
::
star
::
style
::
NumberingType
*/
[
optional
,
property
]
long
PageNumberFormat
;
/**
If
this
is
true
,
the
distance
between
two
paragraphs
is
the
sum
of
Para
TopMargin
of
the
previous
and
ParaBottom
Margin
of
the
sum
of
Para
BottomMargin
of
the
previous
and
ParaTop
Margin
of
the
next
paragraph
.
If
false
,
only
the
greater
of
the
two
is
chosen
.
*/
...
...
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