| Мельница данных (10.04.2026) | |
Интерфейс ISheetStyle | |
001type 002 ISheetStyle = interface(IDispatch) 003 ['{423CFD04-4A32-469D-8AD6-E9FA41E86414}'] 004 function Get_ApplyBorder: WordBool; safecall; 005 procedure Set_ApplyBorder(Value: WordBool); safecall; 006 function Get_ApplyFill: WordBool; safecall; 007 procedure Set_ApplyFill(Value: WordBool); safecall; 008 function Get_ApplyFont: WordBool; safecall; 009 procedure Set_ApplyFont(Value: WordBool); safecall; 010 function Get_ApplyNumberFormat: WordBool; safecall; 011 procedure Set_ApplyNumberFormat(Value: WordBool); safecall; 012 function Get_NumberFormat: WideString; safecall; 013 procedure Set_NumberFormat(Value: WideString); safecall; 014 function Get_Bold: WordBool; safecall; 015 procedure Set_Bold(Value: WordBool); safecall; 016 function Get_Italic: WordBool; safecall; 017 procedure Set_Italic(Value: WordBool); safecall; 018 function Get_Underline: WordBool; safecall; 019 procedure Set_Underline(Value: WordBool); safecall; 020 function Get_FontColor: OLE_COLOR; safecall; 021 procedure Set_FontColor(Value: OLE_COLOR); safecall; 022 function Get_BackgroundColor: OLE_COLOR; safecall; 023 procedure Set_BackgroundColor(Value: OLE_COLOR); safecall; 024 function Get_Pattern: XlPattern; safecall; 025 procedure Set_Pattern(Value: XlPattern); safecall; 026 function Get_RightBorderStyle: XlLineStyle; safecall; 027 procedure Set_RightBorderStyle(Value: XlLineStyle); safecall; 028 function Get_RightBorderWidth: XlBorderWeight; safecall; 029 procedure Set_RightBorderWidth(Value: XlBorderWeight); safecall; 030 function Get_RightBorderColor: OLE_COLOR; safecall; 031 procedure Set_RightBorderColor(Value: OLE_COLOR); safecall; 032 function Get_BottomBorderStyle: XlLineStyle; safecall; 033 procedure Set_BottomBorderStyle(Value: XlLineStyle); safecall; 034 function Get_BottomBorderWidth: XlBorderWeight; safecall; 035 procedure Set_BottomBorderWidth(Value: XlBorderWeight); safecall; 036 function Get_BottomBorderColor: OLE_COLOR; safecall; 037 procedure Set_BottomBorderColor(Value: OLE_COLOR); safecall; 038 function Get_TopBorderStyle: XlLineStyle; safecall; 039 procedure Set_TopBorderStyle(Value: XlLineStyle); safecall; 040 function Get_TopBorderWidth: XlBorderWeight; safecall; 041 procedure Set_TopBorderWidth(Value: XlBorderWeight); safecall; 042 function Get_TopBorderColor: OLE_COLOR; safecall; 043 procedure Set_TopBorderColor(Value: OLE_COLOR); safecall; 044 function Get_LeftBorderStyle: XlLineStyle; safecall; 045 procedure Set_LeftBorderStyle(Value: XlLineStyle); safecall; 046 function Get_LeftBorderWidth: XlBorderWeight; safecall; 047 procedure Set_LeftBorderWidth(Value: XlBorderWeight); safecall; 048 function Get_LeftBorderColor: OLE_COLOR; safecall; 049 procedure Set_LeftBorderColor(Value: OLE_COLOR); safecall; 050 function Get_DiagonalBorderStyle: XlLineStyle; safecall; 051 procedure Set_DiagonalBorderStyle(Value: XlLineStyle); safecall; 052 function Get_DiagonalBorderWidth: XlBorderWeight; safecall; 053 procedure Set_DiagonalBorderWidth(Value: XlBorderWeight); safecall; 054 function Get_DiagonalBorderColor: OLE_COLOR; safecall; 055 procedure Set_DiagonalBorderColor(Value: OLE_COLOR); safecall; 056 function Get_DiagonalBorderUp: WordBool; safecall; 057 procedure Set_DiagonalBorderUp(Value: WordBool); safecall; 058 function Get_DiagonalBorderDown: WordBool; safecall; 059 procedure Set_DiagonalBorderDown(Value: WordBool); safecall; 060 property ApplyBorder: WordBool read Get_ApplyBorder write Set_ApplyBorder; 061 property ApplyFill: WordBool read Get_ApplyFill write Set_ApplyFill; 062 property ApplyFont: WordBool read Get_ApplyFont write Set_ApplyFont; 063 property ApplyNumberFormat: WordBool read Get_ApplyNumberFormat 064 write Set_ApplyNumberFormat; 065 property NumberFormat: WideString read Get_NumberFormat write Set_NumberFormat; 066 property Bold: WordBool read Get_Bold write Set_Bold; 067 property Italic: WordBool read Get_Italic write Set_Italic; 068 property Underline: WordBool read Get_Underline write Set_Underline; 069 property FontColor: OLE_COLOR read Get_FontColor write Set_FontColor; 070 property BackgroundColor: OLE_COLOR read Get_BackgroundColor 071 write Set_BackgroundColor; 072 property Pattern: XlPattern read Get_Pattern write Set_Pattern; 073 property RightBorderStyle: XlLineStyle read Get_RightBorderStyle 074 write Set_RightBorderStyle; 075 property RightBorderWidth: XlBorderWeight read Get_RightBorderWidth 076 write Set_RightBorderWidth; 077 property RightBorderColor: OLE_COLOR read Get_RightBorderColor 078 write Set_RightBorderColor; 079 property BottomBorderStyle: XlLineStyle read Get_BottomBorderStyle 080 write Set_BottomBorderStyle; 081 property BottomBorderWidth: XlBorderWeight read Get_BottomBorderWidth 082 write Set_BottomBorderWidth; 083 property BottomBorderColor: OLE_COLOR read Get_BottomBorderColor 084 write Set_BottomBorderColor; 085 property TopBorderStyle: XlLineStyle read Get_TopBorderStyle 086 write Set_TopBorderStyle; 087 property TopBorderWidth: XlBorderWeight read Get_TopBorderWidth 088 write Set_TopBorderWidth; 089 property TopBorderColor: OLE_COLOR read Get_TopBorderColor 090 write Set_TopBorderColor; 091 property LeftBorderStyle: XlLineStyle read Get_LeftBorderStyle 092 write Set_LeftBorderStyle; 093 property LeftBorderWidth: XlBorderWeight read Get_LeftBorderWidth 094 write Set_LeftBorderWidth; 095 property LeftBorderColor: OLE_COLOR read Get_LeftBorderColor 096 write Set_LeftBorderColor; 097 property DiagonalBorderStyle: XlLineStyle read Get_DiagonalBorderStyle 098 write Set_DiagonalBorderStyle; 099 property DiagonalBorderWidth: XlBorderWeight read Get_DiagonalBorderWidth 100 write Set_DiagonalBorderWidth; 101 property DiagonalBorderColor: OLE_COLOR read Get_DiagonalBorderColor 102 write Set_DiagonalBorderColor; 103 property DiagonalBorderUp: WordBool read Get_DiagonalBorderUp 104 write Set_DiagonalBorderUp; 105 property DiagonalBorderDown: WordBool read Get_DiagonalBorderDown 106 write Set_DiagonalBorderDown; 107 end; | |