Class (GI Struct)

Poppler-0.18PopplerTextAttributesSince 0.18

A Poppler.TextAttributes is used to describe text attributes of a range of text

0.18

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              color: Poppler.Color;
              end_index: number;
              font_name: string;
              font_size: number;
              is_underlined: boolean;
              start_index: number;
          },
      >

    Returns Poppler.TextAttributes

Properties

color: Poppler.Color
end_index: number
font_name: string
font_size: number
is_underlined: boolean
start_index: number

Methods