__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import Incomplete, Unused
from typing import ClassVar, Literal
from openpyxl.chart.data_source import StrRef
from openpyxl.descriptors.base import Alias, Typed
from openpyxl.descriptors.serialisable import Serialisable
from openpyxl.drawing.text import ListStyle, RichTextProperties
from openpyxl.xml.functions import Element
class RichText(Serialisable):
tagname: ClassVar[str]
bodyPr: Typed[RichTextProperties, Literal[False]]
properties: Alias
lstStyle: Typed[ListStyle, Literal[True]]
p: Incomplete
paragraphs: Alias
__elements__: ClassVar[tuple[str, ...]]
def __init__(
self, bodyPr: RichTextProperties | None = None, lstStyle: ListStyle | None = None, p: Incomplete | None = None
) -> None: ...
class Text(Serialisable):
tagname: ClassVar[str]
strRef: Typed[StrRef, Literal[True]]
rich: Typed[RichText, Literal[True]]
__elements__: ClassVar[tuple[str, ...]]
def __init__(self, strRef: StrRef | None = None, rich: RichText | None = None) -> None: ...
def to_tree(self, tagname: str | None = None, idx: Unused = None, namespace: str | None = None) -> Element: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _3d.pyi | File | 2.65 KB | 0644 |
|
| __init__.pyi | File | 728 B | 0644 |
|
| _chart.pyi | File | 1.92 KB | 0644 |
|
| area_chart.pyi | File | 2.32 KB | 0644 |
|
| axis.pyi | File | 12.29 KB | 0644 |
|
| bar_chart.pyi | File | 3.27 KB | 0644 |
|
| bubble_chart.pyi | File | 1.76 KB | 0644 |
|
| chartspace.pyi | File | 6.15 KB | 0644 |
|
| data_source.pyi | File | 4.57 KB | 0644 |
|
| descriptors.pyi | File | 633 B | 0644 |
|
| error_bar.pyi | File | 1.99 KB | 0644 |
|
| label.pyi | File | 4.06 KB | 0644 |
|
| layout.pyi | File | 2.2 KB | 0644 |
|
| legend.pyi | File | 2.02 KB | 0644 |
|
| line_chart.pyi | File | 3.34 KB | 0644 |
|
| marker.pyi | File | 2.36 KB | 0644 |
|
| picture.pyi | File | 1.32 KB | 0644 |
|
| pie_chart.pyi | File | 3.97 KB | 0644 |
|
| pivot.pyi | File | 1.85 KB | 0644 |
|
| plotarea.pyi | File | 2.85 KB | 0644 |
|
| print_settings.pyi | File | 1.33 KB | 0644 |
|
| radar_chart.pyi | File | 1.32 KB | 0644 |
|
| reader.pyi | File | 32 B | 0644 |
|
| reference.pyi | File | 1.62 KB | 0644 |
|
| scatter_chart.pyi | File | 1.38 KB | 0644 |
|
| series.pyi | File | 4.24 KB | 0644 |
|
| series_factory.pyi | File | 211 B | 0644 |
|
| shapes.pyi | File | 2.17 KB | 0644 |
|
| stock_chart.pyi | File | 1.12 KB | 0644 |
|
| surface_chart.pyi | File | 2.34 KB | 0644 |
|
| text.pyi | File | 1.13 KB | 0644 |
|
| title.pyi | File | 1.5 KB | 0644 |
|
| trendline.pyi | File | 3.01 KB | 0644 |
|
| updown_bars.pyi | File | 711 B | 0644 |
|