Class: Xberg::ConversionOptions
- Inherits:
-
Object
- Object
- Xberg::ConversionOptions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#autolinks ⇒ Boolean
readonly
Returns the value of attribute autolinks.
-
#br_in_tables ⇒ Boolean
readonly
Returns the value of attribute br_in_tables.
-
#bullets ⇒ String
readonly
Returns the value of attribute bullets.
-
#capture_svg ⇒ Boolean
readonly
Returns the value of attribute capture_svg.
-
#code_block_style ⇒ enum_CodeBlockStyle
readonly
Returns the value of attribute code_block_style.
-
#code_language ⇒ String
readonly
Returns the value of attribute code_language.
-
#compact_tables ⇒ Boolean
readonly
Returns the value of attribute compact_tables.
-
#convert_as_inline ⇒ Boolean
readonly
Returns the value of attribute convert_as_inline.
-
#debug ⇒ Boolean
readonly
Returns the value of attribute debug.
-
#default_title ⇒ Boolean
readonly
Returns the value of attribute default_title.
-
#encoding ⇒ String
readonly
Returns the value of attribute encoding.
-
#escape_ascii ⇒ Boolean
readonly
Returns the value of attribute escape_ascii.
-
#escape_asterisks ⇒ Boolean
readonly
Returns the value of attribute escape_asterisks.
-
#escape_misc ⇒ Boolean
readonly
Returns the value of attribute escape_misc.
-
#escape_underscores ⇒ Boolean
readonly
Returns the value of attribute escape_underscores.
-
#exclude_selectors ⇒ Array[String]
readonly
Returns the value of attribute exclude_selectors.
-
#extract_images ⇒ Boolean
readonly
Returns the value of attribute extract_images.
-
#extract_metadata ⇒ Boolean
readonly
Returns the value of attribute extract_metadata.
-
#heading_style ⇒ enum_HeadingStyle
readonly
Returns the value of attribute heading_style.
-
#highlight_style ⇒ enum_HighlightStyle
readonly
Returns the value of attribute highlight_style.
-
#include_document_structure ⇒ Boolean
readonly
Returns the value of attribute include_document_structure.
-
#infer_dimensions ⇒ Boolean
readonly
Returns the value of attribute infer_dimensions.
-
#keep_inline_images_in ⇒ Array[String]
readonly
Returns the value of attribute keep_inline_images_in.
-
#link_style ⇒ enum_LinkStyle
readonly
Returns the value of attribute link_style.
-
#list_indent_type ⇒ enum_ListIndentType
readonly
Returns the value of attribute list_indent_type.
-
#list_indent_width ⇒ Integer
readonly
Returns the value of attribute list_indent_width.
-
#max_depth ⇒ Integer?
readonly
Returns the value of attribute max_depth.
-
#max_image_size ⇒ Integer
readonly
Returns the value of attribute max_image_size.
-
#newline_style ⇒ enum_NewlineStyle
readonly
Returns the value of attribute newline_style.
-
#output_format ⇒ enum_HtmlToMarkdownRsOutputFormat
readonly
Returns the value of attribute output_format.
-
#preprocessing ⇒ PreprocessingOptions
readonly
Returns the value of attribute preprocessing.
-
#preserve_tags ⇒ Array[String]
readonly
Returns the value of attribute preserve_tags.
-
#skip_images ⇒ Boolean
readonly
Returns the value of attribute skip_images.
-
#strip_newlines ⇒ Boolean
readonly
Returns the value of attribute strip_newlines.
-
#strip_tags ⇒ Array[String]
readonly
Returns the value of attribute strip_tags.
-
#strong_em_symbol ⇒ String
readonly
Returns the value of attribute strong_em_symbol.
-
#sub_symbol ⇒ String
readonly
Returns the value of attribute sub_symbol.
-
#sup_symbol ⇒ String
readonly
Returns the value of attribute sup_symbol.
-
#tier_strategy ⇒ enum_TierStrategy
readonly
Returns the value of attribute tier_strategy.
-
#url_escape_style ⇒ enum_UrlEscapeStyle
readonly
Returns the value of attribute url_escape_style.
-
#whitespace_mode ⇒ enum_WhitespaceMode
readonly
Returns the value of attribute whitespace_mode.
-
#wrap ⇒ Boolean
readonly
Returns the value of attribute wrap.
-
#wrap_width ⇒ Integer
readonly
Returns the value of attribute wrap_width.
Instance Method Summary collapse
-
#initialize ⇒ ConversionOptions
constructor
A new instance of ConversionOptions.
Constructor Details
#initialize ⇒ ConversionOptions
Returns a new instance of ConversionOptions.
365 |
# File 'sig/types.rbs', line 365 def initialize: (?heading_style: enum_HeadingStyle, ?list_indent_type: enum_ListIndentType, ?list_indent_width: Integer, ?bullets: String, ?strong_em_symbol: String, ?escape_asterisks: bool, ?escape_underscores: bool, ?escape_misc: bool, ?escape_ascii: bool, ?code_language: String, ?autolinks: bool, ?default_title: bool, ?br_in_tables: bool, ?compact_tables: bool, ?highlight_style: enum_HighlightStyle, ?extract_metadata: bool, ?whitespace_mode: enum_WhitespaceMode, ?strip_newlines: bool, ?wrap: bool, ?wrap_width: Integer, ?convert_as_inline: bool, ?sub_symbol: String, ?sup_symbol: String, ?newline_style: enum_NewlineStyle, ?code_block_style: enum_CodeBlockStyle, ?keep_inline_images_in: Array[String], ?preprocessing: PreprocessingOptions, ?encoding: String, ?debug: bool, ?strip_tags: Array[String], ?preserve_tags: Array[String], ?skip_images: bool, ?url_escape_style: enum_UrlEscapeStyle, ?link_style: enum_LinkStyle, ?output_format: enum_HtmlToMarkdownRsOutputFormat, ?include_document_structure: bool, ?extract_images: bool, ?max_image_size: Integer, ?capture_svg: bool, ?infer_dimensions: bool, ?max_depth: Integer, ?exclude_selectors: Array[String], ?tier_strategy: enum_TierStrategy) -> void |
Instance Attribute Details
#autolinks ⇒ Boolean (readonly)
Returns the value of attribute autolinks.
331 332 333 |
# File 'sig/types.rbs', line 331 def autolinks @autolinks end |
#br_in_tables ⇒ Boolean (readonly)
Returns the value of attribute br_in_tables.
333 334 335 |
# File 'sig/types.rbs', line 333 def br_in_tables @br_in_tables end |
#bullets ⇒ String (readonly)
Returns the value of attribute bullets.
324 325 326 |
# File 'sig/types.rbs', line 324 def bullets @bullets end |
#capture_svg ⇒ Boolean (readonly)
Returns the value of attribute capture_svg.
359 360 361 |
# File 'sig/types.rbs', line 359 def capture_svg @capture_svg end |
#code_block_style ⇒ enum_CodeBlockStyle (readonly)
Returns the value of attribute code_block_style.
345 346 347 |
# File 'sig/types.rbs', line 345 def code_block_style @code_block_style end |
#code_language ⇒ String (readonly)
Returns the value of attribute code_language.
330 331 332 |
# File 'sig/types.rbs', line 330 def code_language @code_language end |
#compact_tables ⇒ Boolean (readonly)
Returns the value of attribute compact_tables.
334 335 336 |
# File 'sig/types.rbs', line 334 def compact_tables @compact_tables end |
#convert_as_inline ⇒ Boolean (readonly)
Returns the value of attribute convert_as_inline.
341 342 343 |
# File 'sig/types.rbs', line 341 def convert_as_inline @convert_as_inline end |
#debug ⇒ Boolean (readonly)
Returns the value of attribute debug.
349 350 351 |
# File 'sig/types.rbs', line 349 def debug @debug end |
#default_title ⇒ Boolean (readonly)
Returns the value of attribute default_title.
332 333 334 |
# File 'sig/types.rbs', line 332 def default_title @default_title end |
#encoding ⇒ String (readonly)
Returns the value of attribute encoding.
348 349 350 |
# File 'sig/types.rbs', line 348 def encoding @encoding end |
#escape_ascii ⇒ Boolean (readonly)
Returns the value of attribute escape_ascii.
329 330 331 |
# File 'sig/types.rbs', line 329 def escape_ascii @escape_ascii end |
#escape_asterisks ⇒ Boolean (readonly)
Returns the value of attribute escape_asterisks.
326 327 328 |
# File 'sig/types.rbs', line 326 def escape_asterisks @escape_asterisks end |
#escape_misc ⇒ Boolean (readonly)
Returns the value of attribute escape_misc.
328 329 330 |
# File 'sig/types.rbs', line 328 def escape_misc @escape_misc end |
#escape_underscores ⇒ Boolean (readonly)
Returns the value of attribute escape_underscores.
327 328 329 |
# File 'sig/types.rbs', line 327 def escape_underscores @escape_underscores end |
#exclude_selectors ⇒ Array[String] (readonly)
Returns the value of attribute exclude_selectors.
362 363 364 |
# File 'sig/types.rbs', line 362 def exclude_selectors @exclude_selectors end |
#extract_images ⇒ Boolean (readonly)
Returns the value of attribute extract_images.
357 358 359 |
# File 'sig/types.rbs', line 357 def extract_images @extract_images end |
#extract_metadata ⇒ Boolean (readonly)
Returns the value of attribute extract_metadata.
336 337 338 |
# File 'sig/types.rbs', line 336 def end |
#heading_style ⇒ enum_HeadingStyle (readonly)
Returns the value of attribute heading_style.
321 322 323 |
# File 'sig/types.rbs', line 321 def heading_style @heading_style end |
#highlight_style ⇒ enum_HighlightStyle (readonly)
Returns the value of attribute highlight_style.
335 336 337 |
# File 'sig/types.rbs', line 335 def highlight_style @highlight_style end |
#include_document_structure ⇒ Boolean (readonly)
Returns the value of attribute include_document_structure.
356 357 358 |
# File 'sig/types.rbs', line 356 def include_document_structure @include_document_structure end |
#infer_dimensions ⇒ Boolean (readonly)
Returns the value of attribute infer_dimensions.
360 361 362 |
# File 'sig/types.rbs', line 360 def infer_dimensions @infer_dimensions end |
#keep_inline_images_in ⇒ Array[String] (readonly)
Returns the value of attribute keep_inline_images_in.
346 347 348 |
# File 'sig/types.rbs', line 346 def keep_inline_images_in @keep_inline_images_in end |
#link_style ⇒ enum_LinkStyle (readonly)
Returns the value of attribute link_style.
354 355 356 |
# File 'sig/types.rbs', line 354 def link_style @link_style end |
#list_indent_type ⇒ enum_ListIndentType (readonly)
Returns the value of attribute list_indent_type.
322 323 324 |
# File 'sig/types.rbs', line 322 def list_indent_type @list_indent_type end |
#list_indent_width ⇒ Integer (readonly)
Returns the value of attribute list_indent_width.
323 324 325 |
# File 'sig/types.rbs', line 323 def list_indent_width @list_indent_width end |
#max_depth ⇒ Integer? (readonly)
Returns the value of attribute max_depth.
361 362 363 |
# File 'sig/types.rbs', line 361 def max_depth @max_depth end |
#max_image_size ⇒ Integer (readonly)
Returns the value of attribute max_image_size.
358 359 360 |
# File 'sig/types.rbs', line 358 def max_image_size @max_image_size end |
#newline_style ⇒ enum_NewlineStyle (readonly)
Returns the value of attribute newline_style.
344 345 346 |
# File 'sig/types.rbs', line 344 def newline_style @newline_style end |
#output_format ⇒ enum_HtmlToMarkdownRsOutputFormat (readonly)
Returns the value of attribute output_format.
355 356 357 |
# File 'sig/types.rbs', line 355 def output_format @output_format end |
#preprocessing ⇒ PreprocessingOptions (readonly)
Returns the value of attribute preprocessing.
347 348 349 |
# File 'sig/types.rbs', line 347 def preprocessing @preprocessing end |
#preserve_tags ⇒ Array[String] (readonly)
Returns the value of attribute preserve_tags.
351 352 353 |
# File 'sig/types.rbs', line 351 def end |
#skip_images ⇒ Boolean (readonly)
Returns the value of attribute skip_images.
352 353 354 |
# File 'sig/types.rbs', line 352 def skip_images @skip_images end |
#strip_newlines ⇒ Boolean (readonly)
Returns the value of attribute strip_newlines.
338 339 340 |
# File 'sig/types.rbs', line 338 def strip_newlines @strip_newlines end |
#strip_tags ⇒ Array[String] (readonly)
Returns the value of attribute strip_tags.
350 351 352 |
# File 'sig/types.rbs', line 350 def end |
#strong_em_symbol ⇒ String (readonly)
Returns the value of attribute strong_em_symbol.
325 326 327 |
# File 'sig/types.rbs', line 325 def strong_em_symbol @strong_em_symbol end |
#sub_symbol ⇒ String (readonly)
Returns the value of attribute sub_symbol.
342 343 344 |
# File 'sig/types.rbs', line 342 def sub_symbol @sub_symbol end |
#sup_symbol ⇒ String (readonly)
Returns the value of attribute sup_symbol.
343 344 345 |
# File 'sig/types.rbs', line 343 def sup_symbol @sup_symbol end |
#tier_strategy ⇒ enum_TierStrategy (readonly)
Returns the value of attribute tier_strategy.
363 364 365 |
# File 'sig/types.rbs', line 363 def tier_strategy @tier_strategy end |
#url_escape_style ⇒ enum_UrlEscapeStyle (readonly)
Returns the value of attribute url_escape_style.
353 354 355 |
# File 'sig/types.rbs', line 353 def url_escape_style @url_escape_style end |
#whitespace_mode ⇒ enum_WhitespaceMode (readonly)
Returns the value of attribute whitespace_mode.
337 338 339 |
# File 'sig/types.rbs', line 337 def whitespace_mode @whitespace_mode end |
#wrap ⇒ Boolean (readonly)
Returns the value of attribute wrap.
339 340 341 |
# File 'sig/types.rbs', line 339 def wrap @wrap end |
#wrap_width ⇒ Integer (readonly)
Returns the value of attribute wrap_width.
340 341 342 |
# File 'sig/types.rbs', line 340 def wrap_width @wrap_width end |