PortionFormat
Összefoglaló
PortionFormat az NET Aspose.Slides osztályában található. Az örökölők: BasePortionFormat, IPortionFormat.
Ez a osztály tartalmazza a szövegrészek formázási tulajdonságait. A klasszistól eltérően, ennek az osztálynak minden tulajdonságát le lehet írni.
| Name | Type | Access | Description |
|---|---|---|---|
LineFormat | ILineFormat? | Read | Gets the line format. |
FillFormat | IFillFormat? | Read | Gets the fill format. |
EffectFormat | IEffectFormat? | Read | Gets the effect format. |
HighlightColor | IColorFormat? | Read | Gets the highlight color. |
UnderlineLineFormat | ILineFormat? | Read | Gets the underline line format. |
UnderlineFillFormat | IFillFormat? | Read | Gets the underline fill format. |
FontBold | NullableBool | Read/Write | Gets or sets the font bold. |
FontItalic | NullableBool | Read/Write | Gets or sets the font italic. |
Kumimoji | NullableBool | Read/Write | Gets or sets the kumimoji. |
NormaliseHeight | NullableBool | Read/Write | Gets or sets the normalise height. |
ProofDisabled | NullableBool | Read/Write | Gets or sets the proof disabled. |
FontUnderline | TextUnderlineType | Read/Write | Gets or sets the font underline. |
TextCapType | TextCapType | Read/Write | Gets or sets the text cap type. |
StrikethroughType | TextStrikethroughType | Read/Write | Gets or sets the strikethrough type. |
IsHardUnderlineLine | NullableBool | Read/Write | Gets or sets the is hard underline line. |
IsHardUnderlineFill | NullableBool | Read/Write | Gets or sets the is hard underline fill. |
FontHeight | float | Read/Write | Gets or sets the font height. |
Escapement | float | Read/Write | Gets or sets the escapement. |
KerningMinimalSize | float | Read/Write | Gets or sets the kerning minimal size. |
Spacing | float | Read/Write | Gets or sets the spacing. |
LatinFont | IFontData? | Read/Write | Gets or sets the latin font. |
EastAsianFont | IFontData? | Read/Write | Gets or sets the east asian font. |
ComplexScriptFont | IFontData? | Read/Write | Gets or sets the complex script font. |
SymbolFont | IFontData? | Read/Write | Gets or sets the symbol font. |
LanguageId | string? | Read/Write | Gets or sets the language id. |
AlternativeLanguageId | string? | Read/Write | Gets or sets the alternative language id. |
SpellCheck | NullableBool | Read/Write | Gets or sets the spell check. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
| Signature | Description |
|---|---|
BasePortionFormat() | Initializes a new detached instance with a fresh <a:rPr> element. |