[]
Represents an interface for the Style object.
public interface IStyle
| Name | Description |
|---|---|
| Angle | Gets the text output angle. |
| BackgroundColor | Gets the color of the background. |
| BackgroundGradientEndColor | Gets the secondary color for gradient fill. |
| BackgroundGradientType | Gets the gradient type of the background. |
| BackgroundImage | Gets a stream with the background image for this report item. |
| BackgroundImageMimeType | Gets the MIME type of the background image. |
| BackgroundImageSource | Gets the source of the image specified in the BackgroundImageValue. |
| BackgroundImageValue | Gets the background image value for this report item. |
| BackgroundRepeat | Gets the repeat style of the background. |
| BottomBorderColor | Gets the color of the bottom border of the item. |
| BottomBorderStyle | Gets the style of the bottom border of the item. |
| BottomBorderWidth | Gets the height of the bottom border of the item. |
| Calendar | Gets the calendar to use to format dates. |
| CharacterSpacing | Gets the character spacing. |
| Color | Gets the foreground color of the item. |
| DefaultBorderColor | Gets the default color of the border. |
| DefaultBorderStyle | Gets the default style of the border of the item. |
| DefaultBorderWidth | Gets the default width of the border of the item. |
| Direction | Gets the direction of text. |
| DisplayPageNumber | Gets a value indicating whether to display the page number. |
| FontFamily | Gets the name of the font for the item. |
| FontSize | Gets the size of the font for the item. |
| FontStyle | Gets the style of the font for the item. |
| FontWeight | Gets the thickness of the font for the item. |
| Format | Gets the .NET Framework formatting string for the item. |
| HeadingLevel | Gets the heading level. |
| LabelExpression | Gets the label expression. |
| Language | Gets the primary language of the text. |
| LeadingChar | Gets the leading character. |
| LeftBorderColor | Gets the color of the left border of the item. |
| LeftBorderStyle | Gets the style of the left border of the item. |
| LeftBorderWidth | Gets the width of the left border of the item. |
| LineHeight | Gets the height of a line of text. |
| LineSpacing | Gets the line spacing. |
| MaxLevel | Gets the max level depth for ToC. |
| MinCondenseRate | Gets the low limit for character condense rate. |
| NumeralLanguage | Gets the digit format as described by its primary language. |
| NumeralVariant | Gets the variant of the digit format to use. |
| PaddingBottom | Gets the amount of padding below the item. |
| PaddingLeft | Gets the amount of padding to the left of the item. |
| PaddingRight | Gets the amount of padding to the right of the item. |
| PaddingTop | Gets the amount of padding above the item. |
| RightBorderColor | Gets the color of the right border of the item. |
| RightBorderStyle | Gets the style of the right border of the item. |
| RightBorderWidth | Gets the width of the right border of the item. |
| ShadowOffset | Gets the border shadow offset. |
| ShrinkToFit | Gets a value indicating whether the content should shrink to fit. |
| TextAlign | Gets the horizontal alignment of the text of the item. |
| TextDecoration | Gets the text decoration for the item. |
| TextIndent | Gets the text indent. |
| TextJustify | Gets the text justify. |
| TopBorderColor | Gets the color of the top border of the item. |
| TopBorderStyle | Gets the style of the top border of the item. |
| TopBorderWidth | Gets the width of the top border of the item. |
| VerticalAlign | Gets the vertical alignment of the text of the item. |
| WrapMode | Gets the wrap mode. |
| WritingMode | Gets a value indicating whether the text is written horizontally or vertically. |