Home
last modified time | relevance | path

Searched defs:ParagraphFormat (Results 1 – 9 of 9) sorted by relevance

/dports/devel/jna/jna-5.7.0/contrib/msoffice/src/com/sun/jna/platform/win32/COM/util/office/word/
H A DParagraphFormat.java39 public interface ParagraphFormat extends interface
/dports/textproc/libqxp/libqxp-0.0.0/src/lib/
H A DQXPTypes.h247 struct ParagraphFormat struct
259 ParagraphFormat() in ParagraphFormat() argument
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/text/
H A Dparfmt.py16 class ParagraphFormat(ElementProxy): class
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dctredlin.hxx57 ParagraphFormat = 0x5,// Paragraph attributes have been changed. enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dctredlin.hxx57 ParagraphFormat = 0x5,// Paragraph attributes have been changed. enumerator
/dports/textproc/jade/jade-1.2.1/jade/
H A DMifFOTBuilder.cxx367 struct ParagraphFormat : public FontFormat { struct in DSSSL_NAMESPACE::MifDoc
369 enum { fNone = 0, fPgfFIndent = 0x1, fPgfLIndent = 0x2, fPgfRIndent = 0x4,
383 unsigned setProperties;
385 ParagraphFormat() : setProperties( 0 ) {} in ParagraphFormat() function
398 Vector<TabStop> TabStops;
434 void setDSSSLDefaults() { in setDSSSLDefaults()
470 void forceSetProperties( unsigned properties, unsigned fontProperties ) in forceSetProperties()
472 unsigned &ffSetProperties() { return FontFormat::setProperties; } in ffSetProperties()
477 void out( MifOutputByteStream &os, bool excludeCellProperties = true ) in out()
481 void clearSetProperties() { setProperties = 0; FontFormat::clearSetProperties(); } in clearSetProperties()
/dports/textproc/openjade/openjade-1.3.3-pre1/jade/
H A DMifFOTBuilder.cxx367 struct ParagraphFormat : public FontFormat { struct in DSSSL_NAMESPACE::MifDoc
369 enum { fNone = 0, fPgfFIndent = 0x1, fPgfLIndent = 0x2, fPgfRIndent = 0x4,
383 unsigned setProperties;
385 ParagraphFormat() : setProperties( 0 ) {} in ParagraphFormat() argument
398 Vector<TabStop> TabStops;
434 void setDSSSLDefaults() { in setDSSSLDefaults()
470 void forceSetProperties( unsigned properties, unsigned fontProperties ) in forceSetProperties()
472 unsigned &ffSetProperties() { return FontFormat::setProperties; } in ffSetProperties()
477 void out( MifOutputByteStream &os, bool excludeCellProperties = true ) in out()
481 void clearSetProperties() { setProperties = 0; FontFormat::clearSetProperties(); } in clearSetProperties()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Text/
H A Dmod.rs413 pub const ParagraphFormat: Self = Self(10i32); const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs1711 pub fn ParagraphFormat(&self) -> ::windows::runtime::Result<ITextParagraphFormat> { in ParagraphFormat() method
2184 pub fn ParagraphFormat(&self) -> ::windows::runtime::Result<ITextParagraphFormat> { in ParagraphFormat() method
3133 pub fn ParagraphFormat(&self) -> ::windows::runtime::Result<ITextParagraphFormat> { in ParagraphFormat() method
3724 pub const ParagraphFormat: TextRangeUnit = TextRangeUnit(10i32); const