Class: AsposeWordsCloud::ParagraphFormat
- Inherits:
-
Object
- Object
- AsposeWordsCloud::ParagraphFormat
- Defined in:
- lib/aspose_words_cloud/models/paragraph_format.rb
Overview
Paragraph format element.
Defined Under Namespace
Classes: EnumAttributeValidator
Instance Attribute Summary collapse
-
#add_space_between_far_east_and_alpha ⇒ Object
Gets or sets a value indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph.
-
#add_space_between_far_east_and_digit ⇒ Object
Gets or sets a value indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph.
-
#alignment ⇒ Object
Gets or sets text alignment for the paragraph.
-
#bidi ⇒ Object
Gets or sets a value indicating whether this is a right-to-left paragraph.
-
#drop_cap_position ⇒ Object
Gets or sets the position for a drop cap text.
-
#first_line_indent ⇒ Object
Gets or sets the value (in points) for a first line or hanging indent.
-
#is_heading ⇒ Object
Gets or sets a value indicating whether the paragraph style is one of the built-in Heading styles.
-
#is_list_item ⇒ Object
Gets or sets a value indicating whether the paragraph is an item in a bulleted or numbered list.
-
#keep_together ⇒ Object
Gets or sets a value indicating whether all lines in the paragraph are to remain on the same page.
-
#keep_with_next ⇒ Object
Gets or sets a value indicating whether the paragraph is to remains on the same page as the paragraph that follows it.
-
#left_indent ⇒ Object
Gets or sets the value (in points), that represents the left indent for paragraph.
-
#line_spacing ⇒ Object
Gets or sets the line spacing (in points) for the paragraph.
-
#line_spacing_rule ⇒ Object
Gets or sets the line spacing for the paragraph.
-
#lines_to_drop ⇒ Object
Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
-
#link ⇒ Object
Gets or sets the link to the document.
-
#no_space_between_paragraphs_of_same_style ⇒ Object
Gets or sets a value indicating whether SpaceBefore and SpaceAfter will be ignored between the paragraphs of the same style.
-
#outline_level ⇒ Object
Gets or sets the outline level of the paragraph in the document.
-
#page_break_before ⇒ Object
Gets or sets a value indicating whether a page break is forced before the paragraph.
-
#right_indent ⇒ Object
Gets or sets the value (in points) that represents the right indent for paragraph.
-
#shading ⇒ Object
Gets or sets the Shading object, that refers to the shading formatting for the paragraph.
-
#space_after ⇒ Object
Gets or sets the amount of spacing (in points) after the paragraph.
-
#space_after_auto ⇒ Object
Gets or sets a value indicating whether the amount of spacing after the paragraph is set automatically.
-
#space_before ⇒ Object
Gets or sets the amount of spacing (in points) before the paragraph.
-
#space_before_auto ⇒ Object
Gets or sets a value indicating whether the amount of spacing before the paragraph is set automatically.
-
#style_identifier ⇒ Object
Gets or sets the locale independent style identifier of the paragraph style applied to this formatting.
-
#style_name ⇒ Object
Gets or sets the name of the paragraph style applied to this formatting.
-
#suppress_auto_hyphens ⇒ Object
Gets or sets a value indicating whether the current paragraph should be exempted from any hyphenation which is applied in the document settings.
-
#suppress_line_numbers ⇒ Object
Gets or sets a value indicating whether the current paragraph’s lines should be exempted from line numbering which is applied in the parent section.
-
#widow_control ⇒ Object
Gets or sets a value indicating whether the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #collectFilesContent(resultFilesContent) ⇒ Object
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ ParagraphFormat
constructor
Initializes the object.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
- #validate ⇒ Object
Constructor Details
#initialize(attributes = {}) ⇒ ParagraphFormat
Initializes the object
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 221 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.key?(:'Link') self.link = attributes[:'Link'] end if attributes.key?(:'AddSpaceBetweenFarEastAndAlpha') self.add_space_between_far_east_and_alpha = attributes[:'AddSpaceBetweenFarEastAndAlpha'] end if attributes.key?(:'AddSpaceBetweenFarEastAndDigit') self.add_space_between_far_east_and_digit = attributes[:'AddSpaceBetweenFarEastAndDigit'] end if attributes.key?(:'Alignment') self.alignment = attributes[:'Alignment'] end if attributes.key?(:'Bidi') self.bidi = attributes[:'Bidi'] end if attributes.key?(:'DropCapPosition') self.drop_cap_position = attributes[:'DropCapPosition'] end if attributes.key?(:'FirstLineIndent') self.first_line_indent = attributes[:'FirstLineIndent'] end if attributes.key?(:'KeepTogether') self.keep_together = attributes[:'KeepTogether'] end if attributes.key?(:'KeepWithNext') self.keep_with_next = attributes[:'KeepWithNext'] end if attributes.key?(:'LeftIndent') self.left_indent = attributes[:'LeftIndent'] end if attributes.key?(:'LineSpacing') self.line_spacing = attributes[:'LineSpacing'] end if attributes.key?(:'LineSpacingRule') self.line_spacing_rule = attributes[:'LineSpacingRule'] end if attributes.key?(:'LinesToDrop') self.lines_to_drop = attributes[:'LinesToDrop'] end if attributes.key?(:'NoSpaceBetweenParagraphsOfSameStyle') self.no_space_between_paragraphs_of_same_style = attributes[:'NoSpaceBetweenParagraphsOfSameStyle'] end if attributes.key?(:'OutlineLevel') self.outline_level = attributes[:'OutlineLevel'] end if attributes.key?(:'PageBreakBefore') self.page_break_before = attributes[:'PageBreakBefore'] end if attributes.key?(:'RightIndent') self.right_indent = attributes[:'RightIndent'] end if attributes.key?(:'SpaceAfter') self.space_after = attributes[:'SpaceAfter'] end if attributes.key?(:'SpaceAfterAuto') self.space_after_auto = attributes[:'SpaceAfterAuto'] end if attributes.key?(:'SpaceBefore') self.space_before = attributes[:'SpaceBefore'] end if attributes.key?(:'SpaceBeforeAuto') self.space_before_auto = attributes[:'SpaceBeforeAuto'] end if attributes.key?(:'StyleIdentifier') self.style_identifier = attributes[:'StyleIdentifier'] end if attributes.key?(:'StyleName') self.style_name = attributes[:'StyleName'] end if attributes.key?(:'SuppressAutoHyphens') self.suppress_auto_hyphens = attributes[:'SuppressAutoHyphens'] end if attributes.key?(:'SuppressLineNumbers') self.suppress_line_numbers = attributes[:'SuppressLineNumbers'] end if attributes.key?(:'WidowControl') self.widow_control = attributes[:'WidowControl'] end if attributes.key?(:'Shading') self.shading = attributes[:'Shading'] end if attributes.key?(:'IsListItem') self.is_list_item = attributes[:'IsListItem'] end if attributes.key?(:'IsHeading') self.is_heading = attributes[:'IsHeading'] end end |
Instance Attribute Details
#add_space_between_far_east_and_alpha ⇒ Object
Gets or sets a value indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph.
36 37 38 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 36 def add_space_between_far_east_and_alpha @add_space_between_far_east_and_alpha end |
#add_space_between_far_east_and_digit ⇒ Object
Gets or sets a value indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph.
39 40 41 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 39 def add_space_between_far_east_and_digit @add_space_between_far_east_and_digit end |
#alignment ⇒ Object
Gets or sets text alignment for the paragraph.
42 43 44 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 42 def alignment @alignment end |
#bidi ⇒ Object
Gets or sets a value indicating whether this is a right-to-left paragraph. When true, the runs and other inline objects in this paragraph are laid out right to left.
46 47 48 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 46 def bidi @bidi end |
#drop_cap_position ⇒ Object
Gets or sets the position for a drop cap text.
49 50 51 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 49 def drop_cap_position @drop_cap_position end |
#first_line_indent ⇒ Object
Gets or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.
53 54 55 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 53 def first_line_indent @first_line_indent end |
#is_heading ⇒ Object
Gets or sets a value indicating whether the paragraph style is one of the built-in Heading styles.
125 126 127 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 125 def is_heading @is_heading end |
#is_list_item ⇒ Object
Gets or sets a value indicating whether the paragraph is an item in a bulleted or numbered list.
122 123 124 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 122 def is_list_item @is_list_item end |
#keep_together ⇒ Object
Gets or sets a value indicating whether all lines in the paragraph are to remain on the same page.
56 57 58 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 56 def keep_together @keep_together end |
#keep_with_next ⇒ Object
Gets or sets a value indicating whether the paragraph is to remains on the same page as the paragraph that follows it.
59 60 61 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 59 def keep_with_next @keep_with_next end |
#left_indent ⇒ Object
Gets or sets the value (in points), that represents the left indent for paragraph.
62 63 64 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 62 def left_indent @left_indent end |
#line_spacing ⇒ Object
Gets or sets the line spacing (in points) for the paragraph. When LineSpacingRule property is set to AtLeast, the line spacing can be greater than or equal to, but never less than the specified LineSpacing value.When LineSpacingRule property is set to Exactly, the line spacing never changes from the specified LineSpacing value, even if a larger font is used within the paragraph.
66 67 68 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 66 def line_spacing @line_spacing end |
#line_spacing_rule ⇒ Object
Gets or sets the line spacing for the paragraph.
69 70 71 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 69 def line_spacing_rule @line_spacing_rule end |
#lines_to_drop ⇒ Object
Gets or sets the number of lines of the paragraph text used to calculate the drop cap height.
72 73 74 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 72 def lines_to_drop @lines_to_drop end |
#link ⇒ Object
Gets or sets the link to the document.
33 34 35 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 33 def link @link end |
#no_space_between_paragraphs_of_same_style ⇒ Object
Gets or sets a value indicating whether SpaceBefore and SpaceAfter will be ignored between the paragraphs of the same style. This setting only takes affect when applied to a paragraph style. If applied to a paragraph directly, it has no effect.
76 77 78 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 76 def no_space_between_paragraphs_of_same_style @no_space_between_paragraphs_of_same_style end |
#outline_level ⇒ Object
Gets or sets the outline level of the paragraph in the document.
79 80 81 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 79 def outline_level @outline_level end |
#page_break_before ⇒ Object
Gets or sets a value indicating whether a page break is forced before the paragraph.
82 83 84 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 82 def page_break_before @page_break_before end |
#right_indent ⇒ Object
Gets or sets the value (in points) that represents the right indent for paragraph.
85 86 87 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 85 def right_indent @right_indent end |
#shading ⇒ Object
Gets or sets the Shading object, that refers to the shading formatting for the paragraph.
119 120 121 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 119 def shading @shading end |
#space_after ⇒ Object
Gets or sets the amount of spacing (in points) after the paragraph. Has no effect when SpaceAfterAuto is true.
89 90 91 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 89 def space_after @space_after end |
#space_after_auto ⇒ Object
Gets or sets a value indicating whether the amount of spacing after the paragraph is set automatically. When set to true, overrides the effect of SpaceAfter.
93 94 95 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 93 def space_after_auto @space_after_auto end |
#space_before ⇒ Object
Gets or sets the amount of spacing (in points) before the paragraph. Has no effect when SpaceBeforeAuto is true.
97 98 99 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 97 def space_before @space_before end |
#space_before_auto ⇒ Object
Gets or sets a value indicating whether the amount of spacing before the paragraph is set automatically. When set to true, overrides the effect of SpaceBefore.
101 102 103 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 101 def space_before_auto @space_before_auto end |
#style_identifier ⇒ Object
Gets or sets the locale independent style identifier of the paragraph style applied to this formatting.
104 105 106 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 104 def style_identifier @style_identifier end |
#style_name ⇒ Object
Gets or sets the name of the paragraph style applied to this formatting.
107 108 109 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 107 def style_name @style_name end |
#suppress_auto_hyphens ⇒ Object
Gets or sets a value indicating whether the current paragraph should be exempted from any hyphenation which is applied in the document settings.
110 111 112 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 110 def suppress_auto_hyphens @suppress_auto_hyphens end |
#suppress_line_numbers ⇒ Object
Gets or sets a value indicating whether the current paragraph’s lines should be exempted from line numbering which is applied in the parent section.
113 114 115 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 113 def suppress_line_numbers @suppress_line_numbers end |
#widow_control ⇒ Object
Gets or sets a value indicating whether the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph.
116 117 118 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 116 def widow_control @widow_control end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 150 def self.attribute_map { :'link' => :'Link', :'add_space_between_far_east_and_alpha' => :'AddSpaceBetweenFarEastAndAlpha', :'add_space_between_far_east_and_digit' => :'AddSpaceBetweenFarEastAndDigit', :'alignment' => :'Alignment', :'bidi' => :'Bidi', :'drop_cap_position' => :'DropCapPosition', :'first_line_indent' => :'FirstLineIndent', :'keep_together' => :'KeepTogether', :'keep_with_next' => :'KeepWithNext', :'left_indent' => :'LeftIndent', :'line_spacing' => :'LineSpacing', :'line_spacing_rule' => :'LineSpacingRule', :'lines_to_drop' => :'LinesToDrop', :'no_space_between_paragraphs_of_same_style' => :'NoSpaceBetweenParagraphsOfSameStyle', :'outline_level' => :'OutlineLevel', :'page_break_before' => :'PageBreakBefore', :'right_indent' => :'RightIndent', :'space_after' => :'SpaceAfter', :'space_after_auto' => :'SpaceAfterAuto', :'space_before' => :'SpaceBefore', :'space_before_auto' => :'SpaceBeforeAuto', :'style_identifier' => :'StyleIdentifier', :'style_name' => :'StyleName', :'suppress_auto_hyphens' => :'SuppressAutoHyphens', :'suppress_line_numbers' => :'SuppressLineNumbers', :'widow_control' => :'WidowControl', :'shading' => :'Shading', :'is_list_item' => :'IsListItem', :'is_heading' => :'IsHeading' } end |
.swagger_types ⇒ Object
Attribute type mapping.
185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 185 def self.swagger_types { :'link' => :'WordsApiLink', :'add_space_between_far_east_and_alpha' => :'BOOLEAN', :'add_space_between_far_east_and_digit' => :'BOOLEAN', :'alignment' => :'String', :'bidi' => :'BOOLEAN', :'drop_cap_position' => :'String', :'first_line_indent' => :'Float', :'keep_together' => :'BOOLEAN', :'keep_with_next' => :'BOOLEAN', :'left_indent' => :'Float', :'line_spacing' => :'Float', :'line_spacing_rule' => :'String', :'lines_to_drop' => :'Integer', :'no_space_between_paragraphs_of_same_style' => :'BOOLEAN', :'outline_level' => :'String', :'page_break_before' => :'BOOLEAN', :'right_indent' => :'Float', :'space_after' => :'Float', :'space_after_auto' => :'BOOLEAN', :'space_before' => :'Float', :'space_before_auto' => :'BOOLEAN', :'style_identifier' => :'String', :'style_name' => :'String', :'suppress_auto_hyphens' => :'BOOLEAN', :'suppress_line_numbers' => :'BOOLEAN', :'widow_control' => :'BOOLEAN', :'shading' => :'Shading', :'is_list_item' => :'BOOLEAN', :'is_heading' => :'BOOLEAN' } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 434 def ==(other) return true if self.equal?(other) self.class == other.class && link == other.link && add_space_between_far_east_and_alpha == other.add_space_between_far_east_and_alpha && add_space_between_far_east_and_digit == other.add_space_between_far_east_and_digit && alignment == other.alignment && bidi == other.bidi && drop_cap_position == other.drop_cap_position && first_line_indent == other.first_line_indent && keep_together == other.keep_together && keep_with_next == other.keep_with_next && left_indent == other.left_indent && line_spacing == other.line_spacing && line_spacing_rule == other.line_spacing_rule && lines_to_drop == other.lines_to_drop && no_space_between_paragraphs_of_same_style == other.no_space_between_paragraphs_of_same_style && outline_level == other.outline_level && page_break_before == other.page_break_before && right_indent == other.right_indent && space_after == other.space_after && space_after_auto == other.space_after_auto && space_before == other.space_before && space_before_auto == other.space_before_auto && style_identifier == other.style_identifier && style_name == other.style_name && suppress_auto_hyphens == other.suppress_auto_hyphens && suppress_line_numbers == other.suppress_line_numbers && widow_control == other.widow_control && shading == other.shading && is_list_item == other.is_list_item && is_heading == other.is_heading end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 505 def _deserialize(type, value) case type.to_sym when :DateTime Time.at(/\d/.match(value)[0].to_f).to_datetime when :Date Time.at(/\d/.match(value)[0].to_f).to_date when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model if value[:'$type'] type = value[:'$type'][0..-4] end temp_model = AsposeWordsCloud.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
576 577 578 579 580 581 582 583 584 585 586 587 588 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 576 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 483 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#collectFilesContent(resultFilesContent) ⇒ Object
590 591 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 590 def collectFilesContent(resultFilesContent) end |
#eql?(other) ⇒ Boolean
470 471 472 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 470 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
476 477 478 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 476 def hash [link, add_space_between_far_east_and_alpha, add_space_between_far_east_and_digit, alignment, bidi, drop_cap_position, first_line_indent, keep_together, keep_with_next, left_indent, line_spacing, line_spacing_rule, lines_to_drop, no_space_between_paragraphs_of_same_style, outline_level, page_break_before, right_indent, space_after, space_after_auto, space_before, space_before_auto, style_identifier, style_name, suppress_auto_hyphens, suppress_line_numbers, widow_control, shading, is_list_item, is_heading].hash end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
556 557 558 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 556 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
562 563 564 565 566 567 568 569 570 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 562 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
550 551 552 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 550 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
346 347 348 349 350 351 352 353 354 355 356 357 358 359 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 346 def valid? alignment_validator = EnumAttributeValidator.new('String', ["Left", "Center", "Right", "Justify", "Distributed", "ArabicMediumKashida", "ArabicHighKashida", "ArabicLowKashida", "ThaiDistributed", "MathElementCenterAsGroup"]) return false unless alignment_validator.valid?(@alignment) drop_cap_position_validator = EnumAttributeValidator.new('String', ["None", "Normal", "Margin"]) return false unless drop_cap_position_validator.valid?(@drop_cap_position) line_spacing_rule_validator = EnumAttributeValidator.new('String', ["AtLeast", "Exactly", "Multiple"]) return false unless line_spacing_rule_validator.valid?(@line_spacing_rule) outline_level_validator = EnumAttributeValidator.new('String', ["Level1", "Level2", "Level3", "Level4", "Level5", "Level6", "Level7", "Level8", "Level9", "BodyText"]) return false unless outline_level_validator.valid?(@outline_level) style_identifier_validator = EnumAttributeValidator.new('String', ["Normal", "Heading1", "Heading2", "Heading3", "Heading4", "Heading5", "Heading6", "Heading7", "Heading8", "Heading9", "Index1", "Index2", "Index3", "Index4", "Index5", "Index6", "Index7", "Index8", "Index9", "Toc1", "Toc2", "Toc3", "Toc4", "Toc5", "Toc6", "Toc7", "Toc8", "Toc9", "NormalIndent", "FootnoteText", "CommentText", "Header", "Footer", "IndexHeading", "Caption", "TableOfFigures", "EnvelopeAddress", "EnvelopeReturn", "FootnoteReference", "CommentReference", "LineNumber", "PageNumber", "EndnoteReference", "EndnoteText", "TableOfAuthorities", "Macro", "ToaHeading", "List", "ListBullet", "ListNumber", "List2", "List3", "List4", "List5", "ListBullet2", "ListBullet3", "ListBullet4", "ListBullet5", "ListNumber2", "ListNumber3", "ListNumber4", "ListNumber5", "Title", "Closing", "Signature", "DefaultParagraphFont", "BodyText", "BodyTextInd", "ListContinue", "ListContinue2", "ListContinue3", "ListContinue4", "ListContinue5", "MessageHeader", "Subtitle", "Salutation", "Date", "BodyText1I", "BodyText1I2", "NoteHeading", "BodyText2", "BodyText3", "BodyTextInd2", "BodyTextInd3", "BlockText", "Hyperlink", "FollowedHyperlink", "Strong", "Emphasis", "DocumentMap", "PlainText", "EmailSignature", "HtmlTopOfForm", "HtmlBottomOfForm", "NormalWeb", "HtmlAcronym", "HtmlAddress", "HtmlCite", "HtmlCode", "HtmlDefinition", "HtmlKeyboard", "HtmlPreformatted", "HtmlSample", "HtmlTypewriter", "HtmlVariable", "TableNormal", "CommentSubject", "NoList", "OutlineList1", "OutlineList2", "OutlineList3", "TableSimple1", "TableSimple2", "TableSimple3", "TableClassic1", "TableClassic2", "TableClassic3", "TableClassic4", "TableColorful1", "TableColorful2", "TableColorful3", "TableColumns1", "TableColumns2", "TableColumns3", "TableColumns4", "TableColumns5", "TableGrid1", "TableGrid2", "TableGrid3", "TableGrid4", "TableGrid5", "TableGrid6", "TableGrid7", "TableGrid8", "TableList1", "TableList2", "TableList3", "TableList4", "TableList5", "TableList6", "TableList7", "TableList8", "Table3DEffects1", "Table3DEffects2", "Table3DEffects3", "TableContemporary", "TableElegant", "TableProfessional", "TableSubtle1", "TableSubtle2", "TableWeb1", "TableWeb2", "TableWeb3", "BalloonText", "TableGrid", "TableTheme", "PlaceholderText", "NoSpacing", "LightShading", "LightList", "LightGrid", "MediumShading1", "MediumShading2", "MediumList1", "MediumList2", "MediumGrid1", "MediumGrid2", "MediumGrid3", "DarkList", "ColorfulShading", "ColorfulList", "ColorfulGrid", "LightShadingAccent1", "LightListAccent1", "LightGridAccent1", "MediumShading1Accent1", "MediumShading2Accent1", "MediumList1Accent1", "Revision", "ListParagraph", "Quote", "IntenseQuote", "MediumList2Accent1", "MediumGrid1Accent1", "MediumGrid2Accent1", "MediumGrid3Accent1", "DarkListAccent1", "ColorfulShadingAccent1", "ColorfulListAccent1", "ColorfulGridAccent1", "LightShadingAccent2", "LightListAccent2", "LightGridAccent2", "MediumShading1Accent2", "MediumShading2Accent2", "MediumList1Accent2", "MediumList2Accent2", "MediumGrid1Accent2", "MediumGrid2Accent2", "MediumGrid3Accent2", "DarkListAccent2", "ColorfulShadingAccent2", "ColorfulListAccent2", "ColorfulGridAccent2", "LightShadingAccent3", "LightListAccent3", "LightGridAccent3", "MediumShading1Accent3", "MediumShading2Accent3", "MediumList1Accent3", "MediumList2Accent3", "MediumGrid1Accent3", "MediumGrid2Accent3", "MediumGrid3Accent3", "DarkListAccent3", "ColorfulShadingAccent3", "ColorfulListAccent3", "ColorfulGridAccent3", "LightShadingAccent4", "LightListAccent4", "LightGridAccent4", "MediumShading1Accent4", "MediumShading2Accent4", "MediumList1Accent4", "MediumList2Accent4", "MediumGrid1Accent4", "MediumGrid2Accent4", "MediumGrid3Accent4", "DarkListAccent4", "ColorfulShadingAccent4", "ColorfulListAccent4", "ColorfulGridAccent4", "LightShadingAccent5", "LightListAccent5", "LightGridAccent5", "MediumShading1Accent5", "MediumShading2Accent5", "MediumList1Accent5", "MediumList2Accent5", "MediumGrid1Accent5", "MediumGrid2Accent5", "MediumGrid3Accent5", "DarkListAccent5", "ColorfulShadingAccent5", "ColorfulListAccent5", "ColorfulGridAccent5", "LightShadingAccent6", "LightListAccent6", "LightGridAccent6", "MediumShading1Accent6", "MediumShading2Accent6", "MediumList1Accent6", "MediumList2Accent6", "MediumGrid1Accent6", "MediumGrid2Accent6", "MediumGrid3Accent6", "DarkListAccent6", "ColorfulShadingAccent6", "ColorfulListAccent6", "ColorfulGridAccent6", "SubtleEmphasis", "IntenseEmphasis", "SubtleReference", "IntenseReference", "BookTitle", "Bibliography", "TocHeading", "PlainTable1", "PlainTable2", "PlainTable3", "PlainTable4", "PlainTable5", "TableGridLight", "GridTable1Light", "GridTable2", "GridTable3", "GridTable4", "GridTable5Dark", "GridTable6Colorful", "GridTable7Colorful", "GridTable1LightAccent1", "GridTable2Accent1", "GridTable3Accent1", "GridTable4Accent1", "GridTable5DarkAccent1", "GridTable6ColorfulAccent1", "GridTable7ColorfulAccent1", "GridTable1LightAccent2", "GridTable2Accent2", "GridTable3Accent2", "GridTable4Accent2", "GridTable5DarkAccent2", "GridTable6ColorfulAccent2", "GridTable7ColorfulAccent2", "GridTable1LightAccent3", "GridTable2Accent3", "GridTable3Accent3", "GridTable4Accent3", "GridTable5DarkAccent3", "GridTable6ColorfulAccent3", "GridTable7ColorfulAccent3", "GridTable1LightAccent4", "GridTable2Accent4", "GridTable3Accent4", "GridTable4Accent4", "GridTable5DarkAccent4", "GridTable6ColorfulAccent4", "GridTable7ColorfulAccent4", "GridTable1LightAccent5", "GridTable2Accent5", "GridTable3Accent5", "GridTable4Accent5", "GridTable5DarkAccent5", "GridTable6ColorfulAccent5", "GridTable7ColorfulAccent5", "GridTable1LightAccent6", "GridTable2Accent6", "GridTable3Accent6", "GridTable4Accent6", "GridTable5DarkAccent6", "GridTable6ColorfulAccent6", "GridTable7ColorfulAccent6", "ListTable1Light", "ListTable2", "ListTable3", "ListTable4", "ListTable5Dark", "ListTable6Colorful", "ListTable7Colorful", "ListTable1LightAccent1", "ListTable2Accent1", "ListTable3Accent1", "ListTable4Accent1", "ListTable5DarkAccent1", "ListTable6ColorfulAccent1", "ListTable7ColorfulAccent1", "ListTable1LightAccent2", "ListTable2Accent2", "ListTable3Accent2", "ListTable4Accent2", "ListTable5DarkAccent2", "ListTable6ColorfulAccent2", "ListTable7ColorfulAccent2", "ListTable1LightAccent3", "ListTable2Accent3", "ListTable3Accent3", "ListTable4Accent3", "ListTable5DarkAccent3", "ListTable6ColorfulAccent3", "ListTable7ColorfulAccent3", "ListTable1LightAccent4", "ListTable2Accent4", "ListTable3Accent4", "ListTable4Accent4", "ListTable5DarkAccent4", "ListTable6ColorfulAccent4", "ListTable7ColorfulAccent4", "ListTable1LightAccent5", "ListTable2Accent5", "ListTable3Accent5", "ListTable4Accent5", "ListTable5DarkAccent5", "ListTable6ColorfulAccent5", "ListTable7ColorfulAccent5", "ListTable1LightAccent6", "ListTable2Accent6", "ListTable3Accent6", "ListTable4Accent6", "ListTable5DarkAccent6", "ListTable6ColorfulAccent6", "ListTable7ColorfulAccent6", "SmartLink", "Mention", "SmartHyperlink", "Hashtag", "UnresolvedMention", "User", "Nil"]) return false unless style_identifier_validator.valid?(@style_identifier) return true end |
#validate ⇒ Object
593 594 595 596 597 598 599 600 601 |
# File 'lib/aspose_words_cloud/models/paragraph_format.rb', line 593 def validate() unless self.link.nil? self.link.validate end unless self.shading.nil? self.shading.validate end end |